# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
*.profraw

# Virtual envs
.venv/
venv/
env/

# AgentOS local data / test stores
agent_memory/
*.agentos/
console_demo_mem/
test_memory*/
**/test_memory*/
shared_memory/
**/shared_memory/
rag_memory/
**/rag_memory/
agentos_manual_test/viz_prototype.html
rag_demo/kg_prototype.html

# Node / Next.js (console + site)
node_modules/
.next/
out/
*.tsbuildinfo
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# OS / editor
.DS_Store
.vscode/
.idea/
