# dependencies (bun install)
node_modules

# output
out
dist/*
!dist/dashboard/
*.tgz

# code coverage
coverage
*.lcov

# logs
logs
_.log
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json

# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local

# haiflow runtime config & state — these hold real secrets (ingest HMAC keys,
# webhook URLs, task outputs). They normally live in HAIFLOW_DATA_DIR (/tmp),
# but never commit them if they ever land in the repo. The committed examples
# under examples/ are unaffected (different names/paths).
ingest.json
ingest.*.json
pipeline.json
responses/
transcripts/

# caches
.eslintcache
.cache
*.tsbuildinfo

# IntelliJ based IDEs
.idea

# Cursor
.cursor

# Finder (MacOS) folder config
.DS_Store
