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.

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