.gitignore 138 B

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