添加gitignore
This commit is contained in:
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# Python environment
|
||||||
|
__pycache__/
|
||||||
|
.venv/
|
||||||
|
|
||||||
|
# VsCode settings
|
||||||
|
.vscode/
|
||||||
|
.github/
|
||||||
|
|
||||||
|
# MacOS files
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Data files
|
||||||
|
*.csv
|
||||||
Reference in New Issue
Block a user