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

# Virtual envs
.venv/
venv/
env/

# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
.uv-cache/
.coverage
.coverage.*
htmlcov/
coverage/
coverage.xml
*.cover
junit.xml

# IDE / agent scratch
.vscode/
.idea/
.cursor/
.codex/
.opencode/
.serena/
.claude/
*.swp
*.swo

# Brainstorming workflow artifacts (specs and plans are local-only,
# the merge commit is the durable record)
docs/specs/
docs/plans/

# OS
.DS_Store
Thumbs.db

# uv lock file is managed in CI but not committed for libraries
uv.lock

# Local data (user-supplied APK decompiles, captures, etc.)
.scratch/
