From 3ecf8572c6b8b30781d18d2a340d09114101ae08 Mon Sep 17 00:00:00 2001 From: Revil Wang Date: Mon, 27 Dec 2021 15:37:53 +0800 Subject: [PATCH 1/2] spot order add fok support --- .gitignore | 77 ++++++++---------------------------------------------- 1 file changed, 11 insertions(+), 66 deletions(-) diff --git a/.gitignore b/.gitignore index 43995bd..9727fd8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,66 +1,11 @@ -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] -*$py.class - -# C extensions -*.so - -# Distribution / packaging -.Python -env/ -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -*.egg-info/ -.installed.cfg -*.egg - -# PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. -*.manifest -*.spec - -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ -.tox/ -.coverage -.coverage.* -.cache -nosetests.xml -coverage.xml -*,cover -.hypothesis/ -venv/ -.venv/ -.python-version -.pytest_cache - -# Translations -*.mo -*.pot - -# Django stuff: -*.log - -# Sphinx documentation -docs/_build/ - -# PyBuilder -target/ - -#Ipython Notebook -.ipynb_checkpoints +/nbproject/ +/.idea/* +*.tmlanguage.cache +*.tmPreferences.cache +*.stTheme.cache +*.sublime-workspace +*.sublime-project +node_modules/ +bin/ +obj/ +.vs/ From f1a4b36f74394b0c51e9d3a1c32707d1961773dd Mon Sep 17 00:00:00 2001 From: Revil Wang Date: Fri, 4 Jul 2025 23:16:19 +0000 Subject: [PATCH 2/2] spot order add fok support --- .gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9727fd8..a1ca6fe 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,3 @@ *.stTheme.cache *.sublime-workspace *.sublime-project -node_modules/ -bin/ -obj/ -.vs/