From af15b3934e81558e0ea55e75aadfa04fd4ee6f4d Mon Sep 17 00:00:00 2001 From: pjpatil12 Date: Mon, 23 Mar 2026 11:55:16 +0530 Subject: [PATCH] Added gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f22dbe7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +venv/ +*.pyc +__pycache__/ + +static/downloads/ +static/uploads/ +