# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
build/
*.egg
.venv/
venv/
.python-version

# uv
uv.lock

# Editors
.idea/
.vscode/
*.swp
.DS_Store

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

# Local config
.env
.envrc
