From 9ee49c48c0579e2585e6e2acb6cc9e75cdf271bb Mon Sep 17 00:00:00 2001 From: sony Date: Fri, 24 May 2024 22:44:56 +0200 Subject: [PATCH] Unwanted file added in gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a515d4c..40ac076 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ _SUCCESS ._SUCCESS.crc -.part* \ No newline at end of file +.part* +*.pyc +Website/pages/__pycache__/__init__.cpython-310.pyc \ No newline at end of file