.gitignore 652B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # Byte-compiled / optimized / DLL files
  2. __pycache__/
  3. *.py[cod]
  4. # C extensions
  5. *.so
  6. # Distribution / packaging
  7. .Python
  8. env/
  9. build/
  10. develop-eggs/
  11. eggs/
  12. #lib/
  13. lib64/
  14. parts/
  15. sdist/
  16. var/
  17. *.egg-info/
  18. .installed.cfg
  19. *.egg
  20. # Installer logs
  21. pip-log.txt
  22. pip-delete-this-directory.txt
  23. # Unit test / coverage reports
  24. htmlcov/
  25. .tox/
  26. .coverage
  27. .cache
  28. nosetests.xml
  29. coverage.xml
  30. # Translations
  31. *.mo
  32. # Mr Developer
  33. .mr.developer.cfg
  34. .project
  35. .pydevproject
  36. # Rope
  37. .ropeproject
  38. # Django stuff:
  39. *.log
  40. *.pot
  41. # Sphinx documentation
  42. docs/_build/
  43. # Vim and dev tools
  44. *.swp
  45. .idea
  46. # Virtualenv
  47. tg2env/
  48. # cache
  49. pboard/data/
  50. # Site-local config file
  51. development.ini