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

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/

# AgentContext caches / local stores
.agentcontext/
*.acstore

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
benchmarks/results.json
