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

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

# Env / secrets — never commit real credentials
.env
*.local

# OS
.DS_Store

# Model / data caches
.cache/
*.log

# Scratch
scratchpad/
