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

# Virtual environments
.venv/
venv/
env/
.env

# pytest / coverage
.pytest_cache/
.coverage
htmlcov/

# Ruff / Black cache
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Editor
.vscode/
.idea/
*.swp
*.swo

# ezscreen build outputs
ezscreen/dists/

# ezscreen run artifacts (local work dirs — top-level only)
/results/
/work/
*.log

# Claude Code memory and session files
.claude/

# Ad-hoc test inputs / handoff docs
*.smi
!examples/*.smi
*.uri
ezscreen_handoff.*
test_out/
tmp_logs*/
