aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 1e87f325c07fce6cb2c97667d85218e4ec9e2f90 (plain)
  1. # Byte-compiled / optimized / DLL files
  2. __pycache__/
  3. *.py[cod]
  4. # C extensions
  5. *.so
  6. # Distribution / packaging
  7. .Python
  8. *.egg-info/
  9. .installed.cfg
  10. *.egg
  11. # PyInstaller
  12. # Usually these files are written by a python script from a template
  13. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  14. *.manifest
  15. *.spec
  16. # Installer logs
  17. pip-log.txt
  18. pip-delete-this-directory.txt
  19. # Unit test / coverage reports
  20. htmlcov/
  21. .tox/
  22. .coverage
  23. .cache
  24. nosetests.xml
  25. coverage.xml
  26. # Translations
  27. *.mo
  28. *.pot
  29. # Django stuff:
  30. *.log
  31. # Sphinx documentation
  32. docs/_build/
  33. # PyBuilder
  34. target/
  35. # Video-Output
  36. *.ts
  37. *.mkv
  38. *.mp4
  39. #editor backups
  40. *~
  41. *.swp
  42. # this ain't an example anymore:
  43. example-scripts/config.sh