__pycache__/
*.py[cod]

.venv/
.cache/
.env

.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

build/
dist/
*.egg-info/

.vscode/
