mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-07 08:26:06 +00:00
revise git ignore
This commit is contained in:
parent
d9186f42dd
commit
b9772a8fbe
2 changed files with 5 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -91,7 +91,7 @@ ipython_config.py
|
|||
# install all needed dependencies.
|
||||
#Pipfile.lock
|
||||
|
||||
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
|
||||
# PEP 582
|
||||
__pypackages__/
|
||||
|
||||
# Celery stuff
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@ skip = "./examples,*.csv,*.html,*.json,*.jsonl,*.pdf,*.txt,*.ipynb"
|
|||
name = "memoryscope"
|
||||
version = "0.1.1.0"
|
||||
description = "MemoryScope for LLM Agentic Application."
|
||||
authors = = [
|
||||
"jinli <jinli.yl@alibaba-inc.com>",
|
||||
"qiantiancheng <qiantiancheng.qtc@alibaba-inc.com>",
|
||||
"fuqingxu <fuqingxu.fqx@alibaba-inc.com>"
|
||||
authors = [
|
||||
"jinli <jinli.yl@alibaba-inc.com>",
|
||||
"qiantiancheng <qiantiancheng.qtc@alibaba-inc.com>",
|
||||
"fuqingxu <fuqingxu.fqx@alibaba-inc.com>"
|
||||
]
|
||||
license = "Apache"
|
||||
readme = "README.md"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue