Merge branch 'option_pricing_structure' of http://ddoebel.de:3000/ddoebel/pricing into dev
Some checks failed
C++ CI / build (push) Has been cancelled
Some checks failed
C++ CI / build (push) Has been cancelled
This commit is contained in:
25
.gitignore
vendored
25
.gitignore
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user