# Dependencies node_modules .next # Build output dist build # Environment .env* .env.local # Logs logs *.log npm-debug.log* # IDE .idea/ .vscode/ *.swp # OS .DS_Store Thumbs.db # Git .git/ .gitignore .gitattributes # Docker Dockerfile* .dockerignore # Docs *.md !README.md # Astro (from old migration) dealplustech-astro/ .astro/ db/ # Backups *.tar.gz *-backup/