# Git
.git
.gitignore

# Docker files
Dockerfile
docker-compose.yml
.dockerignore

# Documentation
README.md
DEPLOYMENT.md
LOGO-FIX-SUMMARY.md
*.md

# OS files
.DS_Store
Thumbs.db

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

# Logs
*.log
logs/

# Temporary files
tmp/
temp/

# Node modules (if any)
node_modules/
npm-debug.log

# Environment files
.env
.env.local
.env.production

# Build artifacts
dist/
build/

# Backups
*.bak
*.backup
