This commit is contained in:
David Brazda
2023-04-12 21:02:52 +02:00
parent af9e944928
commit 55dc49f3de
2 changed files with 32 additions and 35 deletions

33
.gitignore vendored
View File

@ -1,2 +1,33 @@
/.DS_Store /.DS_Store
/v2realbot.egg-info /v2realbot.egg-info
/__pycache__/
/v2realbot/__pycache__/
/.vscode/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

View File

@ -1,34 +0,0 @@
/__pycache__/
/backtestresults/
/cache/
/v2realbot/backtestresults/
/v2realbot/cache/
/v2realbot/__pycache__/
/.vscode/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST