initial import and jupyter notebook to check for data issues
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user