# Secrets
*.env
*.env.*
.env.local
.env.production

# OS
.DS_Store
Thumbs.db

# Node
node_modules/

# Memory pipeline
memory/L0_raw/
memory/L1_atomic/private/
# L2 session facts are provisional — not persisted across sessions
memory/L2_session/*.md
!memory/L2_session/SCHEMA.md

# Build
dist/
.next/
.claude/state/
releases/logs/
.mcp.json
.codegraph/

# Local runtime audit logs
core/memory/audit/*
!core/memory/audit/.gitkeep

# Local backup files generated by adapter switching
*.bak
*.bak.*

# Local artifacts
__pycache__/
*.pyc
reports/audit-local.*


# Added by cargo

/target

# YAMTAM
.yamtam/
yamtam-*.html
yamtam-*.sarif
releases/*.zip
releases/*.bundle
releases/*.bundle.sha256
yamtam-transfer*.zip
yamtam-patch-files*.zip
.yamtam/graph/
