# Virtual environments
.venv/
venv/
env/

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

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

# IDE / OS
.DS_Store
.idea/
.vscode/
*.swp
*.swo

# Distribution
*.whl
*.tar.gz

# Local agent guidance — kept on disk, not tracked
AGENTS.md
CLAUDE.md
.claude/
MANDATE.md
BRIEFING.md
.boardown/
.playwright-mcp/
*.prev
LESSONS/
DECISIONS.md

# Local docs-site screenshots — scratch, not part of the CLI repo
v[0-9]-*.png
light-*.png
