← back to Dw Signup Fulfillment

.gitignore

19 lines

node_modules/
.env
.env.*
!.env.example
*.log
tmp/
dist/
build/
.next/
.DS_Store

# Runtime data — seeded roster is KEPT (data/reps.json), mutable state is ignored.
data/*.jsonl
data/rep-cursor.json
!data/reps.json
__pycache__/
*.pyc
*.bak