Skip to content

Commit 0412557

Browse files
authored
Merge pull request #50 from a-akimov/main
Add .env to the global gitignore, as well as .env.example to python client
2 parents 58ae7ac + 1c738b3 commit 0412557

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ wheels/
1313
# Virtual environments
1414
.venv
1515

16+
# Environment variables file
17+
.env
18+
1619
# Rust-generated files
1720
debug
18-
target
21+
target

mcp-client-python/.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ANTHROPIC_API_KEY=

0 commit comments

Comments
 (0)