# ─── Rust build output ───
target/
.cortex_history
# ─── API keys and secrets (NEVER commit) ───
config.yaml
*.bak
.env
.env.*
*.pem
*.key
# ─── Local/project-level config directories ───
.cortex/
.hermes/
# ─── Internal planning docs — not for public consumption ───
TASK.md
# ─── IDE / editor ───
.vscode/
.idea/
*.swp
*.swo
*~