07-08-周三_10-09-42
This commit is contained in:
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# 忽略虚拟环境
|
||||
.venv/
|
||||
|
||||
# 忽略所有文件
|
||||
*
|
||||
|
||||
# 但保留 Jupyter Notebook 课件
|
||||
!*.ipynb
|
||||
|
||||
# 保留 README
|
||||
!README.md
|
||||
|
||||
# 保留本文件本身
|
||||
!.gitignore
|
||||
Reference in New Issue
Block a user