diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..190436f --- /dev/null +++ b/.gitignore @@ -0,0 +1,142 @@ +# mystuff + + + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# 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 + +# 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/ +.nox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +*.py,cover +.hypothesis/ +.pytest_cache/ +cover/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py +db.sqlite3 +db.sqlite3-journal + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +.pybuilder/ +target/ + +# Jupyter Notebook +.ipynb_checkpoints + +# IPython +profile_default/ +ipython_config.py + +# pyenv +# For a library or package, you might want to ignore these files since the code is +# intended to run in multiple environments; otherwise, check them in: +# .python-version + +# pipenv +# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. +# However, in case of collaboration, if having platform-specific dependencies or dependencies +# having no cross-platform support, pipenv may install dependencies that don't work, or not +# install all needed dependencies. +#Pipfile.lock + +# PEP 582; used by e.g. github.com/David-OConnor/pyflow +__pypackages__/ + +# Celery stuff +celerybeat-schedule +celerybeat.pid + +# SageMath parsed files +*.sage.py + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ +.dmypy.json +dmypy.json + +# Pyre type checker +.pyre/ + +# pytype static type analyzer +.pytype/ + +# Cython debug symbols +cython_debug/ diff --git a/bgArrayLib/__pycache__/__init__.cpython-38.pyc b/bgArrayLib/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index a20f449..0000000 Binary files a/bgArrayLib/__pycache__/__init__.cpython-38.pyc and /dev/null differ diff --git a/bgArrayLib/__pycache__/__init__.cpython-39.pyc b/bgArrayLib/__pycache__/__init__.cpython-39.pyc deleted file mode 100644 index a1ce7c6..0000000 Binary files a/bgArrayLib/__pycache__/__init__.cpython-39.pyc and /dev/null differ diff --git a/bgArrayLib/__pycache__/bpm.cpython-38.pyc b/bgArrayLib/__pycache__/bpm.cpython-38.pyc deleted file mode 100644 index a0ea2eb..0000000 Binary files a/bgArrayLib/__pycache__/bpm.cpython-38.pyc and /dev/null differ diff --git a/bgArrayLib/__pycache__/bpm.cpython-39.pyc b/bgArrayLib/__pycache__/bpm.cpython-39.pyc deleted file mode 100644 index 7905da2..0000000 Binary files a/bgArrayLib/__pycache__/bpm.cpython-39.pyc and /dev/null differ diff --git a/bgArrayLib/__pycache__/compute.cpython-38.pyc b/bgArrayLib/__pycache__/compute.cpython-38.pyc deleted file mode 100644 index b99c0f7..0000000 Binary files a/bgArrayLib/__pycache__/compute.cpython-38.pyc and /dev/null differ diff --git a/bgArrayLib/__pycache__/compute.cpython-39.pyc b/bgArrayLib/__pycache__/compute.cpython-39.pyc deleted file mode 100644 index d7ff321..0000000 Binary files a/bgArrayLib/__pycache__/compute.cpython-39.pyc and /dev/null differ diff --git a/bgArrayLib/__pycache__/instrumentConstant.cpython-38.pyc b/bgArrayLib/__pycache__/instrumentConstant.cpython-38.pyc deleted file mode 100644 index 9f05e01..0000000 Binary files a/bgArrayLib/__pycache__/instrumentConstant.cpython-38.pyc and /dev/null differ diff --git a/bgArrayLib/__pycache__/instrumentConstant.cpython-39.pyc b/bgArrayLib/__pycache__/instrumentConstant.cpython-39.pyc deleted file mode 100644 index aef6de6..0000000 Binary files a/bgArrayLib/__pycache__/instrumentConstant.cpython-39.pyc and /dev/null differ diff --git a/bgArrayLib/__pycache__/namesConstant.cpython-39.pyc b/bgArrayLib/__pycache__/namesConstant.cpython-39.pyc deleted file mode 100644 index 05e1498..0000000 Binary files a/bgArrayLib/__pycache__/namesConstant.cpython-39.pyc and /dev/null differ diff --git a/bgArrayLib/__pycache__/pitchStrConstant.cpython-38.pyc b/bgArrayLib/__pycache__/pitchStrConstant.cpython-38.pyc deleted file mode 100644 index eb8c937..0000000 Binary files a/bgArrayLib/__pycache__/pitchStrConstant.cpython-38.pyc and /dev/null differ diff --git a/bgArrayLib/__pycache__/pitchStrConstant.cpython-39.pyc b/bgArrayLib/__pycache__/pitchStrConstant.cpython-39.pyc deleted file mode 100644 index 1c762fe..0000000 Binary files a/bgArrayLib/__pycache__/pitchStrConstant.cpython-39.pyc and /dev/null differ diff --git a/bgArrayLib/__pycache__/reader.cpython-38.pyc b/bgArrayLib/__pycache__/reader.cpython-38.pyc deleted file mode 100644 index 2907da1..0000000 Binary files a/bgArrayLib/__pycache__/reader.cpython-38.pyc and /dev/null differ diff --git a/bgArrayLib/__pycache__/reader.cpython-39.pyc b/bgArrayLib/__pycache__/reader.cpython-39.pyc deleted file mode 100644 index 13359ec..0000000 Binary files a/bgArrayLib/__pycache__/reader.cpython-39.pyc and /dev/null differ diff --git a/bgArrayLib/__pycache__/sy_resourcesPacker.cpython-39.pyc b/bgArrayLib/__pycache__/sy_resourcesPacker.cpython-39.pyc deleted file mode 100644 index 399eeb7..0000000 Binary files a/bgArrayLib/__pycache__/sy_resourcesPacker.cpython-39.pyc and /dev/null differ diff --git a/languages/__pycache__/__init__.cpython-37.pyc b/languages/__pycache__/__init__.cpython-37.pyc deleted file mode 100644 index 3affb8f..0000000 Binary files a/languages/__pycache__/__init__.cpython-37.pyc and /dev/null differ diff --git a/languages/__pycache__/__init__.cpython-38.pyc b/languages/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 729cc47..0000000 Binary files a/languages/__pycache__/__init__.cpython-38.pyc and /dev/null differ diff --git a/languages/__pycache__/__init__.cpython-39.pyc b/languages/__pycache__/__init__.cpython-39.pyc deleted file mode 100644 index eb9b629..0000000 Binary files a/languages/__pycache__/__init__.cpython-39.pyc and /dev/null differ diff --git a/languages/__pycache__/enGB.cpython-38.pyc b/languages/__pycache__/enGB.cpython-38.pyc deleted file mode 100644 index aa07c80..0000000 Binary files a/languages/__pycache__/enGB.cpython-38.pyc and /dev/null differ diff --git a/languages/__pycache__/lang.cpython-37.pyc b/languages/__pycache__/lang.cpython-37.pyc deleted file mode 100644 index 8c90446..0000000 Binary files a/languages/__pycache__/lang.cpython-37.pyc and /dev/null differ diff --git a/languages/__pycache__/lang.cpython-38.pyc b/languages/__pycache__/lang.cpython-38.pyc deleted file mode 100644 index 11455c4..0000000 Binary files a/languages/__pycache__/lang.cpython-38.pyc and /dev/null differ diff --git a/languages/__pycache__/lang.cpython-39.pyc b/languages/__pycache__/lang.cpython-39.pyc deleted file mode 100644 index fa65b1c..0000000 Binary files a/languages/__pycache__/lang.cpython-39.pyc and /dev/null differ diff --git a/languages/__pycache__/zhCN.cpython-37.pyc b/languages/__pycache__/zhCN.cpython-37.pyc deleted file mode 100644 index 2612ad5..0000000 Binary files a/languages/__pycache__/zhCN.cpython-37.pyc and /dev/null differ diff --git a/languages/__pycache__/zhCN.cpython-38.pyc b/languages/__pycache__/zhCN.cpython-38.pyc deleted file mode 100644 index 5aa6360..0000000 Binary files a/languages/__pycache__/zhCN.cpython-38.pyc and /dev/null differ diff --git a/languages/__pycache__/zhCN.cpython-39.pyc b/languages/__pycache__/zhCN.cpython-39.pyc deleted file mode 100644 index 4da8852..0000000 Binary files a/languages/__pycache__/zhCN.cpython-39.pyc and /dev/null differ diff --git a/msctLib/__pycache__/__init__.cpython-310.pyc b/msctLib/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 4a4f3e5..0000000 Binary files a/msctLib/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/msctLib/__pycache__/__init__.cpython-37.pyc b/msctLib/__pycache__/__init__.cpython-37.pyc deleted file mode 100644 index a2a7a65..0000000 Binary files a/msctLib/__pycache__/__init__.cpython-37.pyc and /dev/null differ diff --git a/msctLib/__pycache__/__init__.cpython-38.pyc b/msctLib/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 81572fd..0000000 Binary files a/msctLib/__pycache__/__init__.cpython-38.pyc and /dev/null differ diff --git a/msctLib/__pycache__/__init__.cpython-39.pyc b/msctLib/__pycache__/__init__.cpython-39.pyc deleted file mode 100644 index 033498f..0000000 Binary files a/msctLib/__pycache__/__init__.cpython-39.pyc and /dev/null differ diff --git a/msctLib/__pycache__/buildIN.cpython-310.pyc b/msctLib/__pycache__/buildIN.cpython-310.pyc deleted file mode 100644 index 95c7dd3..0000000 Binary files a/msctLib/__pycache__/buildIN.cpython-310.pyc and /dev/null differ diff --git a/msctLib/__pycache__/buildIN.cpython-38.pyc b/msctLib/__pycache__/buildIN.cpython-38.pyc deleted file mode 100644 index dfeb2f3..0000000 Binary files a/msctLib/__pycache__/buildIN.cpython-38.pyc and /dev/null differ diff --git a/msctLib/__pycache__/data.cpython-38.pyc b/msctLib/__pycache__/data.cpython-38.pyc deleted file mode 100644 index bc038db..0000000 Binary files a/msctLib/__pycache__/data.cpython-38.pyc and /dev/null differ diff --git a/msctLib/__pycache__/display.cpython-38.pyc b/msctLib/__pycache__/display.cpython-38.pyc deleted file mode 100644 index d595a59..0000000 Binary files a/msctLib/__pycache__/display.cpython-38.pyc and /dev/null differ diff --git a/msctLib/__pycache__/function.cpython-38.pyc b/msctLib/__pycache__/function.cpython-38.pyc deleted file mode 100644 index 2987cdb..0000000 Binary files a/msctLib/__pycache__/function.cpython-38.pyc and /dev/null differ diff --git a/msctLib/__pycache__/log.cpython-37.pyc b/msctLib/__pycache__/log.cpython-37.pyc deleted file mode 100644 index 68fedbe..0000000 Binary files a/msctLib/__pycache__/log.cpython-37.pyc and /dev/null differ diff --git a/msctLib/__pycache__/log.cpython-38.pyc b/msctLib/__pycache__/log.cpython-38.pyc deleted file mode 100644 index 96c5dc7..0000000 Binary files a/msctLib/__pycache__/log.cpython-38.pyc and /dev/null differ diff --git a/msctLib/__pycache__/log.cpython-39.pyc b/msctLib/__pycache__/log.cpython-39.pyc deleted file mode 100644 index 26b6f31..0000000 Binary files a/msctLib/__pycache__/log.cpython-39.pyc and /dev/null differ