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

# Chroma / memory data
.agent_memory/
.agent_memory_demo/

# IDE
.idea/
.vscode/

# Test / build
.pytest_cache/
dist/
build/

.agent_memory/
.agent_memory_demo/
.pytest_cache/
