initial import and jupyter notebook to check for data issues

This commit is contained in:
Aritra Dalal
2026-06-01 17:34:41 +01:00
parent ff48d58018
commit 326c86b9a4
5 changed files with 208 additions and 0 deletions

12
.gitignore vendored
View File

@@ -1,4 +1,16 @@
# ---> Python
# Data generated
data/*.db
*.xlsx
# Ignore local virtual environments
venv/
.venv/
# Ignore Jupyter Notebook checkpoints
.ipynb_checkpoints/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]