/.specify
/.claude
/engineers
/docs

# --- Python (anchor/) ---
__pycache__/
*.pyc
*.pyo
.venv/
venv/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
dist/
build/
uv.lock.bak

# --- Node / React Vite (web/) ---
node_modules/
web/node_modules/
web/dist/
web/out/
*.tsbuildinfo

# --- Environment and secrets ---
.env
.env.local
.env.*.local

# --- Universal ---
.DS_Store
Thumbs.db
*.tmp
*.swp
