# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Virtual environments
.venv

# Local secrets and client config
.env
.env.*
!.env.example
mcp.json

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

# OS
.DS_Store
Thumbs.db

# Local tool state and scratch files
.playwright-mcp/
.code-review-graph/
.agents/
.codex/
*.log
*.tmp
main.py
