# Environment variables .env .env.local .env.development .env.production # Backend (Go) backend/bin/ backend/tmp/ backend/*.exe backend/*.exe~ backend/*.dll backend/*.so backend/*.dylib backend/*.test backend/*.out backend/go.work backend/go.work.sum **/bin/backend # Frontend (Node.js) frontend/node_modules/ frontend/dist/ frontend/.astro/ frontend/.vercel/ frontend/.netlify/ frontend/.output/ frontend/build/ # Frontend logs & cache frontend/npm-debug.log* frontend/yarn-debug.log* frontend/yarn-error.log* frontend/pnpm-debug.log* frontend/.pnpm-store/ # Database *.db *.db-shm *.db-wal data/ *.sqlite *.sqlite3 # Git repository cache repos/ git_cache/ # IDE / Editor .vscode/ .idea/ *.swp *.swo *~ .DS_Store *.sublime-project *.sublime-workspace # Logs *.log logs/ # Testing coverage/ *.cover *.coverprofile # Docker .dockerignore # Temporary files tmp/ temp/ *.tmp # OS Thumbs.db .Spotlight-V100 .Trashes # AI IMPLEMENTATION_PLAN.md