[MAIN] init git repo , implement fitter class, organize workdir of repo
This commit is contained in:
17
.gitignore
vendored
17
.gitignore
vendored
@@ -13,3 +13,20 @@
|
||||
# .nfs files are created when an open file is removed but is still being accessed
|
||||
.nfs*
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
|
||||
# uv
|
||||
.venv/
|
||||
|
||||
# Jupyter
|
||||
.ipynb_checkpoints/
|
||||
|
||||
# Data (large files)
|
||||
data/*
|
||||
!data/.gitkeep
|
||||
|
||||
|
||||
Reference in New Issue
Block a user