aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: efbe7aab17b78a22a3cd86eb7e95f9333cebbb05 (plain)
  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. dist/
  12. eggs/
  13. lib/
  14. lib64/
  15. parts/
  16. sdist/
  17. var/
  18. *.egg-info/
  19. .installed.cfg
  20. *.egg
  21. # PyInstaller
  22. # Usually these files are written by a python script from a template
  23. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  24. *.manifest
  25. *.spec
  26. # Installer logs
  27. pip-log.txt
  28. pip-delete-this-directory.txt
  29. # Unit test / coverage reports
  30. htmlcov/
  31. .tox/
  32. .coverage
  33. .cache
  34. nosetests.xml
  35. coverage.xml
  36. # Translations
  37. *.mo
  38. *.pot
  39. # Django stuff:
  40. *.log
  41. # Sphinx documentation
  42. docs/_build/
  43. # PyBuilder
  44. target/