# Dependencies
node_modules/

# Build outputs
dist/
build/
*.tsbuildinfo
hook/build/*.wasm

# Environment and secrets
.env
.env.*
!.env.example
config.env
config.*.env
!config.example.env
*.key
*.key.enc
*.pem

# Logs
*.log
logs/
npm-debug.log*
pino-*.log

# Testing
coverage/
.nyc_output/

# OS / editor
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
*.swo
.vim/

# Runtime
*.pid
*.seed
*.pid.lock

# Local Postgres data if someone mounts it into the repo
postgres-data/
pgdata/
