Skip to content

Commit

Permalink
revise git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-husky committed Aug 23, 2024
1 parent d9186f4 commit b9772a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"qiantiancheng <[email protected]>",
"fuqingxu <[email protected]>"
authors = [
"jinli <[email protected]>",
"qiantiancheng <[email protected]>",
"fuqingxu <[email protected]>"
]
license = "Apache"
readme = "README.md"
Expand Down

0 comments on commit b9772a8

Please sign in to comment.