25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
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/