.gitignore 155 B

1234567891011121314151617
  1. .venv/
  2. .tmp/
  3. __pycache__/
  4. *.pyc
  5. *.pyo
  6. *.pyd
  7. *.egg-info/
  8. .pytest_cache/
  9. .ruff_cache/
  10. .mypy_cache/
  11. dist/
  12. build/
  13. .coverage
  14. htmlcov/
  15. .idea/
  16. .vscode/
  17. .DS_Store