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.

56 lines
593 B

  1. # Byte-compiled / optimized / DLL files
  2. __pycache__/
  3. *.py[cod]
  4. # C extensions
  5. *.so
  6. # Distribution / packaging
  7. bin/
  8. build/
  9. develop-eggs/
  10. dist/
  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. .tox/
  25. .coverage
  26. .cache
  27. nosetests.xml
  28. coverage.xml
  29. # Translations
  30. *.mo
  31. # Mr Developer
  32. .mr.developer.cfg
  33. .project
  34. .pydevproject
  35. # Rope
  36. .ropeproject
  37. # Django stuff:
  38. *.log
  39. *.pot
  40. # Sphinx documentation
  41. docs/_build/
  42. # Mac stuff
  43. .DS_Store
  44. .vscode/
  45. # Syncthing conflicts
  46. *.sync-conflict-*