# OS
.DS_Store
Thumbs.db

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

# Environment
.env
.env.local
.env.*.local

# Logs
*.log
logs/

# Python
__pycache__/
*.pyc
.venv/
dist/
build/
*.egg-info/
.pytest_cache/
.ruff_cache/

# Bokken local workspaces (session journals created by running the tool)
.bokken/

# Tooling scratch
.playwright-mcp/

# Agent worktrees created by the local harness; never part of the project.
.claude/worktrees/
