Excluded Python package build artifacts from Git repository.

This commit is contained in:
2025-11-09 19:24:33 +01:00
parent e6bca1ce47
commit c32fc25cee

2
.gitignore vendored
View File

@@ -1,6 +1,8 @@
# Python # Python
.venv .venv
__pycache__/ __pycache__/
*.egg-info/
dist/
# Ignore sample JSON files # Ignore sample JSON files
*.sample.json *.sample.json