diff --git a/.gitignore b/.gitignore index 3dc23b5..8ad2103 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,117 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[co] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +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/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +.hypothesis/ +.pytest_cache/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py +db.sqlite3 + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +# Jupyter Notebook +.ipynb_checkpoints + +# pyenv +.python-version + +# celery beat schedule file +celerybeat-schedule + +# 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/ + +*.pyc +Tmps/* +logs/* +cache/* +errors/* +dist/* +build/* +*.pydevproject +log.txt /tmp/ /tmp/* /tmp/Material diff --git a/右下角弹出框/__pycache__/UiNotify.cpython-34.pyc b/右下角弹出框/__pycache__/UiNotify.cpython-34.pyc deleted file mode 100644 index 04c1504..0000000 Binary files a/右下角弹出框/__pycache__/UiNotify.cpython-34.pyc and /dev/null differ diff --git a/右下角弹出框/__pycache__/UiNotify.cpython-35.pyc b/右下角弹出框/__pycache__/UiNotify.cpython-35.pyc deleted file mode 100644 index 84e0a4a..0000000 Binary files a/右下角弹出框/__pycache__/UiNotify.cpython-35.pyc and /dev/null differ diff --git a/梦幻树/__pycache__/data_rc.cpython-34.pyc b/梦幻树/__pycache__/data_rc.cpython-34.pyc deleted file mode 100644 index f8ae742..0000000 Binary files a/梦幻树/__pycache__/data_rc.cpython-34.pyc and /dev/null differ diff --git a/自定义QWidget的QSS样式/__pycache__/CustomPaintWidget.cpython-35.pyc b/自定义QWidget的QSS样式/__pycache__/CustomPaintWidget.cpython-35.pyc deleted file mode 100644 index 399181e..0000000 Binary files a/自定义QWidget的QSS样式/__pycache__/CustomPaintWidget.cpython-35.pyc and /dev/null differ diff --git a/自定义QWidget的QSS样式/__pycache__/CustomWidget.cpython-35.pyc b/自定义QWidget的QSS样式/__pycache__/CustomWidget.cpython-35.pyc deleted file mode 100644 index 488a22f..0000000 Binary files a/自定义QWidget的QSS样式/__pycache__/CustomWidget.cpython-35.pyc and /dev/null differ