From fdf786d8c943b36261350d3969caa78e5554c0cd Mon Sep 17 00:00:00 2001 From: Shlok T Date: Sun, 2 Mar 2025 20:54:36 +0530 Subject: [PATCH] Create .gitignore --- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5703edc --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# Python +__pycache__/ + +# Virtual Environment +venv/ +env/ +ENV/ +.env +.venv + +# IDE +.idea/ +.vscode/ + +# Coverage and testing +.coverage +coverage.xml +htmlcov/ +.pytest_cache/ + +# Github +.github/ +