gitignore

This commit is contained in:
Mayeul Aubin 2025-06-05 15:11:51 +02:00
parent 8a43b259b7
commit 46bc5a3a86

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__/
*.egg-info/
*.h5