This commit is contained in:
Mayeul Aubin 2025-03-05 17:47:18 +01:00
parent 5c109ac66f
commit d7890ef2b4

25
.gitignore vendored Normal file
View file

@ -0,0 +1,25 @@
# Ignore feature_* directory (usually used as git worktree)
feature_*/
# Ignore extensions directory
extensions/*
!extensions/__init__.py
# Ignore some symbolic links
install
# Ignore specific directories and files
.ipynb_checkpoints/
*/.ipynb_checkpoints/
.vscode/
*.pyc
__pycache__/
pysbmy.egg-info/
*.h5
*.rng
*.gadget1
*.gadget2
*.gadget3
log.txt
testpdf.txt
tests/