chore: add python build artifacts to gitignore

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