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