初始版本

This commit is contained in:
黄思俊
2026-03-23 14:51:33 +08:00
parent eeb54f7538
commit b4327e9769
14 changed files with 4313 additions and 228 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# Python bytecode/cache
__pycache__/
*.py[cod]
*$py.class
# Packaging/build artifacts
build/
dist/
*.egg-info/
.eggs/
# Virtual environments
.venv/
venv/
env/
# Test and tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
# Local debug logs
*.log
*.debug.log
# Local reference directories
backup/
doc/