Add prototype script pattern to .gitignore

This commit is contained in:
2025-11-03 01:31:01 +01:00
parent b430721c05
commit 6bc913d43e

3
.gitignore vendored
View File

@@ -4,3 +4,6 @@ __pycache__/
# Ignore sample JSON files # Ignore sample JSON files
*.sample.json *.sample.json
# Ignore prototype scripts
prototype_*.py