From 5eac95519c586e19bd535e940fd70d75b6fef72f Mon Sep 17 00:00:00 2001 From: freeram Date: Thu, 4 Apr 2024 03:51:28 -0600 Subject: [PATCH] Ignore data used during development --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d60c458..bdcc4c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ config.json data.json +fake_data.json +fake_data2.json # Byte-compiled / optimized / DLL files __pycache__/