# Node.js 相關 node_modules/ npm-debug.log yarn-debug.log yarn-error.log .npm .yarn-integrity # TypeScript 編譯輸出 dist/ build/ *.tsbuildinfo # 環境變數和敏感資訊 .env .env.local .env.development.local .env.test.local .env.production.local # IDE 和編輯器 .idea/ .vscode/* !.vscode/extensions.json !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json *.code-workspace .DS_Store # 日誌檔案 logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* # 暫存檔案 .tmp/ .temp/ tmp/ temp/ # 系統檔案 .DS_Store Thumbs.db # 覆蓋率報告 coverage/ # 資料檔案 *.sqlite data/*.json data/*/*.json data/* # Cursor AI 生成的暫存檔案 .cursor/tmp/