# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Build / packaging
*.egg-info/
*.egg
.eggs/
dist/
build/

# Virtual environments
.venv/
venv/

# Environment variables
.env

# Tool caches
.pytest_cache/
.ruff_cache/
.playwright-mcp/

# AI assistant configs (local tooling — skills, settings; not part of the package)
CLAUDE.md
.mcp.json
claudedocs/
.claude/
.codex-review/

# OS files
.DS_Store

# Symlinks to external repos (local dev convenience — never publish)
# NB: no trailing slash — must match the SYMLINK, not just a directory
/development
