# Python
__pycache__/
*.py[cod]
*.so
.Python

# Packaging / builds
build/
dist/
*.egg-info/
.eggs/

# Environments
.venv/
venv/
.env

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

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

# Vendor artefacts: never commit decompiled or downloaded vendor software
vendor/
*.apk
*.asar
*.exe
*.dmg

# Browser automation scratch: session logs and page snapshots from research
# browsing. Working residue, and it carries the analytics identifiers of
# whatever page was open at the time.
.playwright-mcp/

# Local, uncommitted
CLAUDE.local.md
