diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000000000000000000000000000000000000..c8a305861a26e61cfde6e7f153291ff02dd0ee5d --- /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 0000000000000000000000000000000000000000..16c69df1287ec5f7763210e10729c4ffeff8ae85 --- /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