From a379f2161948fc5bbfc6df5fe21dfc341884e16d Mon Sep 17 00:00:00 2001 From: ambag12 Date: Fri, 8 May 2026 20:30:35 +0500 Subject: [PATCH] .git ignore added --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 13ffc51..5f4f805 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,6 @@ *agent/** **downloaded_images** **model_export** -**cpython** \ No newline at end of file +**cpython** +__pycache__/ +*.pyc \ No newline at end of file