# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/

# Build artifacts
dist/
build/
site/
docs/_build/

# Outputs and local assets
outputs/

# macOS
**/.DS_Store
