You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 line
160 B

  1. # virtualenv
  2. /bin/
  3. /lib/
  4. /include/
  5. /local
  6. /Scripts/
  7. # pip
  8. /pip-log.txt
  9. /build/
  10. # django
  11. /development.db
  12. /media/
  13. /static/
  14. # python
  15. *.pyc
  16. # jenkins
  17. /reports/