# Dependencies
node_modules/

# Build output
dist/
build/

# Environment variables
.env
.env.local
.env.*.local

# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Database
*.sqlite
*.sqlite3

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Testing
coverage/
*.test.ts
*.spec.ts

# Misc
.cache/
temp/
tmp/

# Docker
docker-compose*.yml
Dockerfile*
.dockerignore

# Git
.git/
.gitignore

# Documentation
README.md
*.md
STARTUP_GUIDE.md

# Init scripts (will be mounted as volume)
init-scripts/
