pick 部分代码

This commit is contained in:
w_xiaolizu
2023-06-27 13:51:32 +08:00
parent fbe9bcac96
commit 56679a41ef
7 changed files with 25 additions and 548 deletions

41
.gitignore vendored
View File

@ -2,15 +2,14 @@
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
.tree*
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
plugins/
downloads/
eggs/
.eggs/
@ -26,7 +25,6 @@ share/python-wheels/
.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.
@ -35,7 +33,6 @@ MANIFEST
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
@ -49,88 +46,63 @@ coverage.xml
*.py,cover
.hypothesis/
.pytest_cache/
# Translations
*.mo
*.pot
github
.github
TEMP
TRASH
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
site/
# PyBuilder
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
.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
.direnv/
.venv
env/
venv/
venv*/
ENV/
env.bak/
venv.bak/
.DS_Store
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
.vscode
.idea
history
ssr_conf
@ -147,9 +119,8 @@ crazy_fun
ctions/test_samples
crazy_functions/test_samples
request_llm/jittorllms
prompt_users/*
users_data/*
request_llm/moss
multi-language
request_llm/moss
media
__test.py
__test.py