# Planning docs (local only — not tracked)
plan.md
prompt.md

# JSAT — everything lives under .jsat/
# Exclude runtime artifacts; keep config.yaml committable for team sharing
.jsat/graph/
.jsat/vectors/
.jsat/cache/
.jsat/system-profile.json
.jsat/audit.log
# Legacy root-level config (no longer created)
.jsat.yaml

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

# Node
node_modules/

# Editors
.DS_Store
.idea/
.vscode/
*.swp

# Secrets (never commit)
*.pem
*.key
.env.local
