# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
# Build artifacts (anchored to repo root so they don't match plans/initial-build/build/)
/build/
/dist/

# Env & secrets
.env
secrets/*
!secrets/.gitkeep

# OS / logs
.DS_Store
*.log

# Beads / Dolt files (added by bd init)
.dolt/
*.db
.beads-credential-key
.beads/proxieddb/

# Gas City
.beads/*

# Local dev setup
.mcp.json

# Internal scaffolding — Gas City / build residue, never re-committed or distributed
.gc/
plans/
gascity/
worktrees/
docs/brainstorms/
