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.
 
 
 
 
 
 

21 lines
150 B

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