Touched up notebooks + webapp

This commit is contained in:
2026-07-31 17:05:14 -04:00
commit 8e6c98945b
31 changed files with 10824 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
build/
dist/
# Jupyter
.ipynb_checkpoints/
# Generated notebook figures (regenerated on execution)
images/
# Testing / tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Virtual environments
.venv/
venv/
# OS / editor
.DS_Store
.idea/
.vscode/