From 1aaf6a33b4349a17bd15cffd2f01e111650d1127 Mon Sep 17 00:00:00 2001 From: paras singhal Date: Thu, 20 Jul 2023 17:34:27 +0530 Subject: [PATCH] added gitignore --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62528b3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Ignore virtual environment +venv/ + +# Ignore compiled Python bytecode +__pycache__/ + +# Ignore macOS .DS_Store files +.DS_Store