.gitignore
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