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.

50 lines
502 B

10 years ago
  1. # buildout
  2. tools/.*
  3. tools/bin
  4. tools/develop-eggs
  5. tools/eggs
  6. tools/etc
  7. tools/parts
  8. # Byte-compiled / optimized / DLL files
  9. __pycache__/
  10. *.py[cod]
  11. # C extensions
  12. *.so
  13. # Distribution / packaging
  14. bin/
  15. build/
  16. develop-eggs/
  17. dist/
  18. eggs/
  19. lib/
  20. lib64/
  21. parts/
  22. sdist/
  23. var/
  24. *.egg-info/
  25. .installed.cfg
  26. *.egg
  27. # Installer logs
  28. pip-log.txt
  29. pip-delete-this-directory.txt
  30. # Unit test / coverage reports
  31. .tox/
  32. .coverage
  33. .cache
  34. nosetests.xml
  35. coverage.xml
  36. # Translations
  37. *.mo
  38. # Pycharm
  39. .idea
  40. # Backup files
  41. *~
  42. *.swp