gitignore

This commit is contained in:
Mayeul Aubin 2025-05-27 14:52:48 +02:00
parent 907eb75faa
commit 96282c3e7d

11
.gitignore vendored Normal file
View 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