cortex-agent 0.5.1

Self-learning AI agent with persistent memory, skills, project awareness, and a beautiful terminal UI
# ─── 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
*~