.gitignore 93 B

12345678
  1. .venv/
  2. .pytest_cache/
  3. .mypy_cache/
  4. .ruff_cache/
  5. *.egg-info/
  6. __pycache__/
  7. *.py[cod]
  8. .coverage