# Secrets
.env

# Persistent memory store
.agentix/

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
.eggs/
dist/
build/
*.whl

# Testing
.pytest_cache/
.coverage

# Virtual environments
.venv/
venv/
