mirror of
https://github.com/QuantEngines/fx_quant_engine.git
synced 2026-08-03 13:57:46 +00:00
Initial commit: fx_quant_engine and options_quant_engine scaffold
This commit is contained in:
+32
@@ -0,0 +1,32 @@
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.so
|
||||
*.egg-info/
|
||||
*.egg
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
|
||||
# Virtual environments
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Build artifacts
|
||||
build/
|
||||
dist/
|
||||
|
||||
# Local run artifacts
|
||||
examples/runs/
|
||||
options_quant_engine/examples/runs/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
Reference in New Issue
Block a user