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

# uv
.uv/
uv.lock

# Secrets (regen.sh / CI may handle tokens)
.env
.env.*

# OS
.DS_Store
