commit be6c43b27ea1cbebfe2143a7208cd51732f4e57f Author: Abhiraj Roy <157954129+iconized@users.noreply.github.com> Date: Fri May 31 18:07:42 2024 +0530 chore(static): put cahche && env to gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0e5ac79 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.venv +__pycache__ \ No newline at end of file