From 8ec0468b0dbc5e00617aae6398f27220d260bfe3 Mon Sep 17 00:00:00 2001 From: HyeonSeok Sang <henry914@ajou.ac.kr> Date: Wed, 26 Jul 2023 07:30:11 +0900 Subject: [PATCH] =?UTF-8?q?gitignore=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a4a6136..8a24d5b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,7 @@ google_cloud_vision_key.json __pycache__/ image_data/ -config.json \ No newline at end of file +config.json +*.png +*.jpg +test.py \ No newline at end of file -- GitLab