1
This commit is contained in:
2024-11-30 14:36:32 +08:00
parent 0db865854e
commit 3c416f39be
6 changed files with 166 additions and 30 deletions

31
.gitignore vendored
View File

@@ -1,2 +1,33 @@
./idea/
.idea/workspace.xml
# Python 缓存文件
__pycache__/
*.py[cod]
*$py.class
# 虚拟环境
.venv/
# IDE 文件
.idea/
.vscode/
*.swp
*.swo
# 日志和调试文件
*.log
debug.log
# 单元测试覆盖率报告
htmlcov/
.coverage
*.cover
.coverage.*
.cache
nosetests.xml
coverage.xml
*.mocha.json
test-results/