scola
This commit is contained in:
parent
5c109ac66f
commit
d7890ef2b4
1 changed files with 25 additions and 0 deletions
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal 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/
|
Loading…
Add table
Reference in a new issue