diff --git a/.gitignore b/.gitignore index 74eee65..7722ff7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,33 @@ /.DS_Store -/v2realbot.egg-info \ No newline at end of file +/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 \ No newline at end of file diff --git a/.gtignore b/.gtignore deleted file mode 100644 index 076d5aa..0000000 --- a/.gtignore +++ /dev/null @@ -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 \ No newline at end of file