# Python
**/__pycache__/
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Editors / OS
.DS_Store
.idea/
.vscode/
*.swp
*.swo
*~

# Local data
*.db
*.db-shm
*.db-wal
*.sqlite3

# Hypothesis
.hypothesis/

# Agents / AI tools
.agents/
.gemini/
.claude/settings.local.json

# Generated by examples/crash_recovery_agent.py
demo-run/

# opencode local state
.opencode/
