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.

74 lines
727 B

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