.gitignore 513 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # Byte-compiled / optimized / DLL files
  2. __pycache__/
  3. *.py[cod]
  4. # C extensions
  5. *.so
  6. # Distribution / packaging
  7. .Python
  8. env/
  9. lib64/
  10. parts/
  11. sdist/
  12. var/
  13. *.egg-info/
  14. .installed.cfg
  15. *.egg
  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. # Pycharm
  29. .idea
  30. # Mr Developer
  31. .mr.developer.cfg
  32. .project
  33. .pydevproject
  34. # Rope
  35. .ropeproject
  36. # Sphinx documentation
  37. docs/_build/
  38. # Backup files
  39. *~
  40. *.swp