added filtering first ipynb cell

This commit is contained in:
2026-07-22 22:03:45 -04:00
commit a4673e515b
2 changed files with 5802 additions and 0 deletions

85
.gitignore vendored Normal file
View File

@@ -0,0 +1,85 @@
# ==========================
# Python
# ==========================
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/
# Virtual environments
.venv/
venv/
env/
ENV/
# Environment variables
.env
.env.*
# Logs
*.log
# ==========================
# Jupyter
# ==========================
.ipynb_checkpoints/
# ==========================
# Testing
# ==========================
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.mypy_cache/
.ruff_cache/
# ==========================
# IDEs
# ==========================
.vscode/
.idea/
# macOS
.DS_Store
# Windows
Thumbs.db
Desktop.ini
# ==========================
# Models
# ==========================
*.pt
*.pth
*.ckpt
*.h5
*.keras
*.onnx
*.pkl
*.joblib
# ==========================
# Temporary files
# ==========================
*.tmp
*.bak
*.swp
data/*

5717
main.ipynb Normal file

File diff suppressed because it is too large Load Diff