# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/

# uv / venv
.venv/
venv/
.uv/
uv.lock

# pytest / coverage
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# detect-secrets
.secrets.baseline

# env files
.env
.env.*
!.env.example

# VS Code
.vscode/
*.code-workspace

# OS
.DS_Store
Thumbs.db

# LangGraph SQLite checkpoint (dev only)
*.sqlite
*.db