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

# venv / uv
.venv/
venv/
uv.lock

# tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/

# local scope / secrets — never commit real targets or keys
scope.txt
.env

# OS
.DS_Store
