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

# Go
/go/bin/
/go/pkg/

# Node/TypeScript
node_modules/
dist/

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Verdict data
*.db
*.sqlite

# Dolt database files (added by bd init)
.dolt/

# Specification and planning documents (internal, not for public repos)
*SPEC*.md
*-SPEC.md
SRE-EXPERIENCE.md
RESPOND-COMMS*.md
COSTOPTIMISATION.md

# Beads task tracking (centralized in opensrm Dolt DB)
.beads/
.beads.archived/
