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

# uv / virtual envs
.venv/
.uv/
*.lock

# Hatch
.hatch/

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

# OS
.DS_Store
Thumbs.db

# Outputs (generated by the tool itself)
docs/test-output/
docs/output.html
logs/
