Merge branch 'option_pricing_structure' of http://ddoebel.de:3000/ddoebel/pricing into dev
Some checks failed
C++ CI / build (push) Has been cancelled

This commit is contained in:
ddoebel
2026-04-15 11:48:27 +02:00
82 changed files with 3138 additions and 232 deletions

25
.gitignore vendored
View File

@@ -4,3 +4,28 @@ __pycache__/
*.pyo
.ipynb_checkpoints/
# Built Python extension dropped next to qengine/__init__.py for local dev
/qengine/*.so
/qengine/*.dylib
/qengine/__pycache__/
/skbuild-build/
/build/
/.idea/
**/__pycache__/
/docs/html/
/docs/latex/
# Local reference tree (optional clone)
/CPP-design-pattern-derivatives-pricing/
# Local environment and secrets
.env
.env.*
!.env.example
# Local tooling caches
/.pycache/
/.mplconfig/