# Python
.venv/
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Testing
.coverage
.pytest_cache/
htmlcov/

# Playwright
.playwright-mcp/

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

# OS
.DS_Store
Thumbs.db

# Local development
*.log

# HtmlGraph analytics index (rebuildable cache)
.htmlgraph/index.sqlite
.htmlgraph/index.sqlite-wal
.htmlgraph/index.sqlite-shm
