Skip to content

Commit 2b95be1

Browse files
committed
📝 chore: update project configuration and gitignore
- Update author information to Haili Zhang and Claude as co-author - Add macOS .DS_Store to gitignore for better cross-platform compatibility - Improve gitignore organization with clearer section comments
1 parent 6cfab73 commit 2b95be1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,8 @@ cython_debug/
161161
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
162162
#.idea/
163163

164+
# LangGraph
164165
.langgraph_api
166+
167+
# macOS
168+
.DS_Store

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name = "langgraph-up-react"
33
version = "0.1.1"
44
description = "Starter template for making a custom Reasoning and Action agent (using tool calling) in LangGraph."
55
authors = [
6-
{ name = "William Fu-Hinthorn", email = "13333726+hinthornw@users.noreply.github.com" },
6+
{ name = "Haili Zhang", email = "haili.zhang@outlook.com" },
7+
{ name = "Claude", email = "claude@anthropic.com" },
78
]
89
readme = "README.md"
910
license = { text = "MIT" }

0 commit comments

Comments
 (0)