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

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

# Data — runtime data never belongs in git
*.jsonl
*.idx
*.lock
agent_memory/

# OS / editors
.DS_Store
.idea/
.vscode/
dist/
