reorganising all files as a pip installable package
This commit is contained in:
parent
00124bbdcc
commit
cd55468997
31 changed files with 122 additions and 0 deletions
30
.gitignore
vendored
30
.gitignore
vendored
|
@ -1,30 +0,0 @@
|
|||
# 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/
|
||||
params/
|
||||
results/
|
||||
slurm_logs/
|
||||
slurm_scripts/
|
||||
work/
|
Loading…
Add table
Add a link
Reference in a new issue