__pycache__/
*.py[cod]
*.egg-info/
src/rsf/_version.py
.venv/
dist/
build/
.pytest_cache/
*.egg
site/

# Generated orchestrator files
orchestrator.py

# Terraform runtime files
.terraform/
.terraform.lock.hcl
*.tfstate
*.tfstate.backup
*.zip
crash.log

# Test/tool artifacts
.hypothesis/
node_modules/

# Superpowers brainstorming sessions
.superpowers/

# Tutorial test captures (raw + annotated, regenerated by CI)
tests/ui-tutorials/.captures/
tests/ui-tutorials/test-results/
tests/ui-tutorials/playwright-report/
tests/ui-tutorials/node_modules/

# Generated tutorial assets (regenerated by CI)
docs/tutorials/assets/
