Files
ThotDjehuty 0463382fcb docs(notebooks): topology + BSDE notebook improvements
- 07_topology: expanded persistent-homology examples
- 10_bsde: reworked BSDE solver walkthrough
- 04/05: clear execution counts
- gitignore generated plot PNGs (docs snippets + notebook frames)
2026-07-06 22:24:55 +02:00

39 lines
506 B
Plaintext

target/
**/*.rs.bk
*.pyo
*.pyc
__pycache__/
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
.eggs/
.mypy_cache/
.ruff_cache/
.DS_Store
*.so
*.dylib
*.dll
Cargo.lock
.vscode/
.idea/
*.swp
*.swo
*~
wheels/
# Build artifacts
docs/source/_static/*.aux
docs/source/_static/*.log
docs/source/_static/*.toc
docs/source/theory/*.html
docs/source/theory/*.pdf
# Generated plot byproducts (docs snippets + notebook animations)
/grid_search_heatmap.png
/hmm_states.png
/mcmc_posterior.png
examples/*.png