# Python
__pycache__/
*.pyc
.venv/
.pytest_cache/
dist/

# Runtime data (sessions, DB, RAG index, encrypted keys)
.learnit/
.cognits/

# Frontend build artifacts
frontend/node_modules/
frontend/dist/

# Internal design docs and dev tooling
IDEA.md
CONVERSACION_CON_LA_IDEA.md
AGENTS.md
.opencode/
opencode.jsonc
.claude/

# Legacy Go code (pre-Python rewrite, kept for reference)
legacy/

# Local
nohup.out
*.log
