# Python
__pycache__/
*.py[cod]
.Python
build/
dist/
*.egg-info/

# Environments
.venv/
venv/
.env

# Tooling
.pytest_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
.mypy_cache/
