This commit is contained in:
爱喝水的木子
2026-03-24 15:45:57 +08:00
commit f7e23f2eb1
3 changed files with 401 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
.venv/
venv/
env/
ENV/
.pytest_cache/
.mypy_cache/
.ruff_cache/
downloads/
logs/
*.log
.vscode/
.idea/
.DS_Store
Thumbs.db