islandflow/.gitignore
dirtydishes 3eb7dc9211 Add env example and require Alpaca creds from env
- add .env.example with ingest/config defaults
- warn on missing Alpaca/Databento envs and remove hardcoded Alpaca defaults
- document .env setup in README
- allow .env.example to be tracked
2025-12-29 14:49:45 -05:00

17 lines
169 B
Text

.DS_Store
.node-version
.bun
bun.lockb
node_modules/
dist/
.env
.env.*
!.env.example
coverage/
logs/
.tmp/
AGENTS.md
PLAN.md
CODING_STYLE.md
RESEARCH.md
apps/web/.next/