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.

51 lines
517 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. parts/
  15. sdist/
  16. var/
  17. *.egg-info/
  18. .installed.cfg
  19. *.egg
  20. *.eggs
  21. # Installer logs
  22. pip-log.txt
  23. pip-delete-this-directory.txt
  24. # Unit test / coverage reports
  25. htmlcov/
  26. .tox/
  27. .coverage
  28. .cache
  29. nosetests.xml
  30. coverage.xml
  31. # Pycharm
  32. .idea
  33. # Eclipse
  34. .project
  35. .pydevproject
  36. .settings/
  37. # Rope
  38. .ropeproject
  39. # Sphinx documentation
  40. docs/_build/
  41. # Backup files
  42. *~
  43. *.swp