Skip to content

Commit 36b9352

Browse files
Copilotmdheller
andauthored
Add .gitignore to exclude __pycache__ and build artifacts
Agent-Logs-Url: https://github.com/SourceOS-Linux/agent-machine/sessions/8c94ac85-6722-473e-8277-be860a20533e Co-authored-by: mdheller <21163552+mdheller@users.noreply.github.com>
1 parent ee07b43 commit 36b9352

16 files changed

Lines changed: 6 additions & 0 deletions

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
__pycache__/
2+
*.py[cod]
3+
*.egg-info/
4+
dist/
5+
build/
6+
.eggs/
-419 Bytes
Binary file not shown.
-17.4 KB
Binary file not shown.
-19.8 KB
Binary file not shown.
-6.56 KB
Binary file not shown.
-1.39 KB
Binary file not shown.
-8.49 KB
Binary file not shown.
-19 KB
Binary file not shown.
-1.94 KB
Binary file not shown.
-12.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)