JuanJoseMV's picture
add methods for each strategy
9485251
raw
history blame contribute delete
199 Bytes
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.env
*.venv
*.egg
*.egg-info/
dist/
build/
*.log
# Virtual Environment
.venv/
# VSCode
.vscode/
*.code-workspace
# Solution template
solution_template/