fix: 从仓库移除运行时数据文件,添加 .gitignore
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
# 运行时生成的数据目录
|
||||
data/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
Binary file not shown.
Reference in New Issue
Block a user