# Node
node_modules
npm-debug.log
yarn-debug.log
yarn-error.log

# Git
.git
.gitignore

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

# OS
.DS_Store
Thumbs.db

# Application specific
data/
*.log
.env

# Scripts and generated assets
scripts/
assets/
*.png
!src/assets/*.png  # Keep source PNGs if any
Boilerplate.md 