node_modules/
dist/
build/

# Sprint artifacts
.factory/
.sprint-*
.sprint-pid
.rewire-done
.content-rewrite-done
.hubspot-done
.integrations-done
.done
.validation-report.md
.sprint-logs/
.sprint-prompts/
SESSION_PACKAGE.md
run-sprint.sh
validate.sh

# Internal planning docs (not for public repo)
CLAUDE.md
PLAN.md
HANDOFF.md
VALIDATION.md
MARKETING-VALIDATION.md
FINAL-SUBMISSION-VALIDATION.md
.next/
out/
coverage/
*.tsbuildinfo
.turbo/
.DS_Store
*.pem
.env
.env.local
.env*.local
!.env.example

# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
.pytest_cache/
.venv/
venv/
dist/
*.dist-info/
packages/sdk-python/.venv/
