Skip to content

Commit f041968

Browse files
author
Alex Akimov
committed
Add .env. to the global gitignore, as well as .env.example to python client
1 parent 6d5cb10 commit f041968

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ wheels/
1212

1313
# Virtual environments
1414
.venv
15+
16+
# Environment variables file
17+
.env

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)