From df235ad6dcad1a572ce4c0a5a68fde30b9b70b5a Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Wed, 17 Jul 2024 14:23:17 -0400 Subject: [PATCH] Add test to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0dad1ef..7c2edc4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,6 @@ __pycache__/ *.geojson input_files/*.geojson -!input_files/.gitkeep \ No newline at end of file +!input_files/.gitkeep + +test_*.py \ No newline at end of file