# Dependencies
node_modules/
npm-debug.log*

# Environment
.env*

# Build artifacts
dist/

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Git
.git/
.gitignore

# Documentation
*.md

# Data not needed in image (using volume or copy)
# Keep data/ folder as it's needed
