__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.cache/
.pytest_cache/
test-results/
*.db
*.pkl
.DS_Store

# Local MCP config (contains absolute paths)
.mcp.json

.gstack/

# Bicameral local workspace data
.bicameral/

# Local agent/process artifacts
.agent/
.failsafe/
.qor/
.cursor/

plan-*.md

.coverage
.coverage.*
coverage.xml
htmlcov/
