From 1d4ad3ac8a70f00520f63628b6608b453185d29a Mon Sep 17 00:00:00 2001 From: gitee-bot Date: Thu, 17 Jul 2025 09:20:13 +0000 Subject: [PATCH] Update README.md --- README.en.md | 123 ++++++++++++++++++++++++++++++++++++++++++++ README.md | 143 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 266 insertions(+) create mode 100644 README.en.md create mode 100644 README.md diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000..c8a3058 --- /dev/null +++ b/README.en.md @@ -0,0 +1,123 @@ + + +# Created by https://www.gitignore.io + +### Python ### +# 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/ +*.egg-info/ +.installed.cfg +*.install-info +*.py,cover +*.rc +*.pyc +*.pyo +*.pyd + +# PyInstaller +# Usually these files are written by a python script from a template, before PyInstaller builds +# the app. If the app is built, these are the files that are created: +# https://pyinstaller.readthedocs.io/en/stable/usage.html#cleaning-up-after-pyinstaller +build/ +dist/ +*.pyz +*.log +*.pot + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +coverage.ini +.nox/ +.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/ + +# Jupyter Notebook +.ipynb_checkpoints + +# IPython +profile_default/ +ipython_config.py + +# pyenv +.python-version + +# pipenv +# To ignore the virtualenv folder: +# https://pipenv.pypa.io/en/latest/basics/#using-pipenv +.Python + +# celery beat schedule file +celerybeat-schedule + +# SageMath installed files +sage/ +sage.py + +# Environments +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ +*.mypy_cache + +# VSCode +.vscode/ \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..16c69df --- /dev/null +++ b/README.md @@ -0,0 +1,143 @@ + + +``` +# Created by https://www.gitignore.io + +### Python ### +# 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/ +*.egg-info/ +.installed.cfg +*.install-info +*.py,cover +*.rc +*.pyc +*.pyo +*.pyd + +# PyInstaller +# Usually these files are written by a python script from a template, before PyInstaller builds +# the app. If the app is built, these are the files that are created: +# https://pyinstaller.readthedocs.io/en/stable/usage.html#cleaning-up-after-pyinstaller +build/ +dist/ +*.pyz +*.log +*.pot + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +coverage.ini +.nox/ +.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/ + +# Jupyter Notebook +.ipynb_checkpoints + +# IPython +profile_default/ +ipython_config.py + +# pyenv +.python-version + +# pipenv +# To ignore the virtualenv folder: +# https://pipenv.pypa.io/en/latest/basics/#using-pipenv +.Python + +# celery beat schedule file +celerybeat-schedule + +# SageMath installed files +sage/ +sage.py + +# Environments +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ +*.mypy_cache + +# VSCode +.vscode/ +``` + +### README.md +[NO MAP] + +### app.py +[NO MAP] + +### config.py +[NO MAP] + +### requirements.txt +[NO MAP] + +### snaptime.py +[NO MAP] + +### utils.py +[NO MAP] \ No newline at end of file -- Gitee