# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
*.egg
.eggs/
dist/
build/
.venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Type checking / linting
.mypy_cache/
.ruff_cache/

# IDE
.vscode/
.idea/
*.iml
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.*

# Playwright CLI artifacts (may contain session data)
.playwright-cli/

# Outlook CLI sensitive/cache files (normally in ~/.cache, but just in case)
token.json
browser-state.json
id_map.json
scheduled.json

# Generated reports
reports/

# Local agent instructions
AGENTS.md
CLAUDE.md
uv.lock
