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

# Environments
.venv/
venv/

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

# Local secrets (never commit)
*.local.json

# Editors / OS
.DS_Store
.idea/
.vscode/
