初始化
This commit is contained in:
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# 忽略所有 .pyc 文件
|
||||
*.pyc
|
||||
*.zip
|
||||
*.csv
|
||||
|
||||
# 排除test目录、__pycache__目录、其他工具目录以及常规目录和文件
|
||||
test/
|
||||
__pycache__/
|
||||
其他工具/
|
||||
.idea/
|
||||
.qoder/
|
||||
.vscode/
|
||||
|
||||
# 忽略根目录下的xlsx文件
|
||||
*.xlsx
|
||||
Reference in New Issue
Block a user