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

# Virtualenvs (uv)
.venv/
venv/

# Local engine state / secrets — never commit
*.local.json
.smart-autocommit.local.json

# Owner-specific build brief (host paths / infra details) — not for the public repo
BRIEF.md

# Editor / OS
.DS_Store
*.swp
.idea/
.vscode/
