# Spec files and worker artifacts
tasks/*.md
*.bak
*.partial
.sb_tmp_*

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
build/
.venv/
venv/

# Editor / OS
.DS_Store
.idea/
.vscode/
*.swp
*~

# Local / secrets (never commit)
.env
.env.*
!.env.example
