# Python
__pycache__/
*.pyc
*.pyo
*.pyd

# Virtualenv
.venv/
.env/

# Tests & tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Env
.env
.env.*
