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.

55 lines
551 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. lib64/
  15. parts/
  16. sdist/
  17. var/
  18. *.egg-info/
  19. .installed.cfg
  20. *.egg
  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. # Translations
  32. *.mo
  33. # Pycharm
  34. .idea
  35. # Mr Developer
  36. .mr.developer.cfg
  37. .project
  38. .pydevproject
  39. # Rope
  40. .ropeproject
  41. # Sphinx documentation
  42. docs/_build/
  43. # Backup files
  44. *~
  45. *.swp