# Never commit secrets or local config
.env
config.json

# Runtime output (keep the folders, ignore contents)
data/*
!data/.gitkeep
output/*
!output/.gitkeep
dist/

node_modules/
*.log
.DS_Store
Thumbs.db
