Add .gitignore entry for sample JSON files

This commit is contained in:
2025-11-02 14:53:23 +01:00
parent 3ce14912e4
commit 4685103e60

3
.gitignore vendored
View File

@@ -1,3 +1,6 @@
# Python
.venv
__pycache__/
# Ignore sample JSON files
*.sample.json