# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
*.egg
MANIFEST

# uv
.venv/
.uv-cache/

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.cache/

# Mypy / ruff
.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/

# Type checker
.pyre/
.pytype/

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~

# Claude Code local config / memory
.claude/

# OS
.DS_Store
Thumbs.db

# Secrets / local env
.env
.env.*
!.env.example
*.local

# Eval artifacts
.eval-cache/
out/

# mkdocs build output
site/

# Embedding cache (disk-backed cache, regenerable, machine-local)
.toolpicker-cache/

# Private dev context. Lives in a separate nested git repo inside .cowork/
# that pushes to a private GitHub repo. NEVER committed to the public repo.
.cowork/
CLAUDE.md
