diff --git a/.gitignore b/.gitignore index e4963a5..2f14fba 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ __pycache__/ # Ignore sample JSON files *.sample.json + +# Ignore prototype scripts +prototype_*.py