# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/

# Testing / linting caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# IDE
.vscode/
.idea/

# OS
.DS_Store

# wafer cookie cache
data/

# Dev artifacts
tests/px_frame_dumps/
tests/smoke_results.json
recon_output/
docs/todo-*.md
inprogress.md

# Playwright MCP
.playwright-mcp/

