Skip to content

Commit 8d06915

Browse files
Add Go sample exe to gitignore and fix Python ruff lint
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f766aba commit 8d06915

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
@@ -1,3 +1,6 @@
11

22
# Documentation validation output
33
docs/.validation/
4+
5+
# Go sample binaries
6+
go/samples/*.exe

python/samples/chat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import asyncio
2+
23
from copilot import CopilotClient
34

45
BLUE = "\033[34m"

0 commit comments

Comments
 (0)