# Python
__pycache__/
*.py[cod]
.venv/
dist/
*.egg-info/
.mypy_cache/
.ruff_cache/
.pytest_cache/
htmlcov/
.coverage

# Node (for any future JS tooling)
node_modules/
.npm/

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Secrets — NEVER committed
.env
.env.*
*.pem
*.key
secrets/
credentials/

# Xcode (reference only, not in this repo)
*.xcodeproj
*.xcworkspace
DerivedData/

# Claude
.claude/cache/

# Codebase intelligence local index storage
.codebase-intelligence/

# Pipeline runtime artifacts
.pipeline/brain-trace.jsonl
mcp/.pipeline/brain-trace.jsonl
.pipeline/audit/
.pipeline/sessions/
.pipeline/artifacts/FIND-*/

# Build outputs
build/
.build/
dist/
*.o
*.a
