chore: save current workspace state

This commit is contained in:
zxr_lucky 2026-04-01 22:48:53 +08:00
commit 899930638c
701 changed files with 16378 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@ -0,0 +1,18 @@
# Environments
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/
# Project specifics
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.pytest_cache/

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"python-envs.defaultEnvManager": "ms-python.python:system"
}

Some files were not shown because too many files have changed in this diff Show More