Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

Commit 3007c48

Browse files
committed
chore: add Python build artifacts to gitignore
- Ignore .venv/, __pycache__/, and Python compiled files - Ignore compiled .so files in python/ directory Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent faa4c66 commit 3007c48

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ index.d.ts
1313
# npm pack tarballs
1414
*.tgz
1515

16+
# Python
17+
.venv/
18+
__pycache__/
19+
*.pyc
20+
*.pyo
21+
*.egg-info/
22+
python/**/*.so
23+
1624
# Compiled binaries
1725
guest-examples/hello-c
1826
guest-examples/hello-cpp

0 commit comments

Comments
 (0)