# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.venv/
*.egg-info/

# Build
dist/
build/

# Tools
.mypy_cache/
.ruff_cache/
.pytest_cache/
.hypothesis/

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

# OS
.DS_Store
Thumbs.db

# Verify scripts (run locally, never commit)
verify_phase*.py
scripts/verify_phase*.py
