# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.dylib

# Virtual environments
.venv/
venv/
env/

# Distribution / build
build/
dist/
*.egg-info/
.cache/
site/

# Testing / coverage
.pytest_cache/
.mypy_cache/
.coverage
coverage.xml
htmlcov/

# Environment / local config
.env
.env.*
*.local

# IDE / editor
.vscode/
.idea/
.DS_Store

# Logs
*.log

# Database files (generated by examples/tests)
*.db
*.sqlite
*.sqlite3

# Debug/tool output
mypy_output.txt

# Generated demo artifacts
*_with_bbox.png

# Private
.private/

# Hypothesis test artifacts
.hypothesis/

.playwright-mcp/
