commit 98ea3f698e906e762c66f751e38b3728e52707c8 Author: wsy182 <2392948297@qq.com> Date: Thu Feb 26 11:41:21 2026 +0800 update diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8c00470 --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +# OS / Editor +.DS_Store +Thumbs.db +*.swp +*.swo +.idea/ +.vscode/ + +# Logs / runtime artifacts +*.log +nohup.out +*.pid +/tmp/ + +# Node +memora-web/node_modules/ +memora-web/dist/ +memora-web/.vite/ + +# Go +memora-api/memora-api +memora-api/*.exe +memora-api/*.test +memora-api/*.out + +# Local config / secrets +memora-api/config.local.yaml +memora-api/config.local.yml +memora-api/.env +memora-web/.env* + +# Generated audio (downloaded from Youdao) +memora-api/audio/ +memora-api/audio/**/*.mp3 + +# Docker volumes (if any local dir appears) +**/data/