docs: 记录单人项目提交规则

This commit is contained in:
meijiali
2026-07-03 11:11:26 +08:00
parent c04b13b5ed
commit 0231be6338
4 changed files with 69 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
.venv/
__pycache__/
*.py[cod]
.DS_Store
.pytest_cache/
.coverage
htmlcov/
.env
data/*.db
data/*.db-*