# dependencies (bun install)
node_modules

# output
out
dist
*.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

# caches
.eslintcache
.cache
*.tsbuildinfo

# IDEs and editors
.idea
.cursor
.claude

# Finder (MacOS) folder config
.DS_Store

# editor/backup artifacts
*.bak

# test fixtures (not committed)
test/*.mpp
test/project_data.json
test/project_schedule.csv

# local-only changelog
CHANGELOG.md
