[MAIN] init git repo , implement fitter class, organize workdir of repo

This commit is contained in:
2026-03-25 16:02:28 -03:00
parent ecee8308fb
commit be50b41b78
8 changed files with 2213 additions and 1 deletions

17
.gitignore vendored
View File

@@ -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