commit 38e3d05b1d33d13fcbadc83ec0c4bf84c878e828 Author: 666ghj <670939375@qq.com> Date: Wed Nov 26 12:23:15 2025 +0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..91fb462 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +.DS_Store +.env +.env.local +.env.development.local +.env.test.local +.env.production.local +.env.development +.env.test +.env.production +.env.local +.env.development.local +.env.test.local +.env.production.local + +.vscode +.idea +.pytest_cache +.pytest_cache + +.mydoc/ \ No newline at end of file