chore: add python build artifacts to gitignore

This commit is contained in:
2026-04-13 21:59:52 +00:00
parent c474db4f69
commit 42b7a88c3d
+5
View File
@@ -3,6 +3,11 @@
/manuals/ /manuals/
# Python build artifacts
*.egg-info/
dist/
build/
# Python bytecode # Python bytecode
__pycache__/ __pycache__/
*.py[cod] *.py[cod]