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.

57 lines
564 B

  1. # Byte-compiled / optimized / DLL files
  2. __pycache__/
  3. *.py[cod]
  4. # C extensions
  5. *.so
  6. # Distribution / packaging
  7. .Python
  8. env/
  9. bin/
  10. build/
  11. develop-eggs/
  12. dist/
  13. eggs/
  14. lib/
  15. lib64/
  16. parts/
  17. sdist/
  18. var/
  19. *.egg-info/
  20. .installed.cfg
  21. *.egg
  22. # Installer logs
  23. pip-log.txt
  24. pip-delete-this-directory.txt
  25. # Unit test / coverage reports
  26. htmlcov/
  27. .tox/
  28. .coverage
  29. .cache
  30. nosetests.xml
  31. coverage.xml
  32. # Translations
  33. *.mo
  34. # Pycharm
  35. .idea
  36. .vscode
  37. # Mr Developer
  38. .mr.developer.cfg
  39. .project
  40. .pydevproject
  41. # Rope
  42. .ropeproject
  43. # Sphinx documentation
  44. docs/_build/
  45. # Backup files
  46. *~
  47. *.swp