gitignore
This commit is contained in:
parent
907eb75faa
commit
96282c3e7d
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__/
|
||||||
|
sbmy_control.egg-info/
|
||||||
|
*.h5
|
Loading…
Add table
Add a link
Reference in a new issue