gitignore
This commit is contained in:
parent
8a43b259b7
commit
46bc5a3a86
1 changed files with 11 additions and 0 deletions
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Ignore some symbolic links
|
||||
install
|
||||
|
||||
# Ignore specific directories and files
|
||||
.ipynb_checkpoints/
|
||||
*/.ipynb_checkpoints/
|
||||
.vscode/
|
||||
*.pyc
|
||||
__pycache__/
|
||||
*.egg-info/
|
||||
*.h5
|
Loading…
Add table
Add a link
Reference in a new issue