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.

81 lines
824 B

1 year ago
  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. dist_wo_pbr/
  16. eggs/
  17. lib64/
  18. parts/
  19. sdist/
  20. var/
  21. *.egg-info/
  22. .installed.cfg
  23. *.egg
  24. *.eggs
  25. # Installer logs
  26. pip-log.txt
  27. pip-delete-this-directory.txt
  28. # Unit test / coverage reports
  29. htmlcov/
  30. .tox/
  31. .coverage
  32. .coverage\.*
  33. .coverage\_*
  34. .cache
  35. nosetests.xml
  36. coverage.xml
  37. # Translations
  38. *.mo
  39. # Pycharm
  40. .idea
  41. # Eclipse
  42. .settings
  43. # Visual Studio cache/options directory
  44. .vs/
  45. .vscode
  46. # OSX Files
  47. .DS_Store
  48. # Django stuff:
  49. *.log
  50. # Mr Developer
  51. .mr.developer.cfg
  52. .project
  53. .pydevproject
  54. # Rope
  55. .ropeproject
  56. # Sphinx documentation
  57. docs/_build/
  58. # Backup files
  59. *~
  60. *.swp
  61. # OCA rules
  62. !static/lib/
  63. # Auto-generated
  64. ChangeLog
  65. .pre-commit-config-local.yaml