From 3a3648243f990ae27e2623250e63daa520916edb Mon Sep 17 00:00:00 2001 From: fazil Date: Sat, 1 Jan 2022 23:18:17 +0300 Subject: [PATCH] Add environment file ignores --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f8b73e7..9cc3489 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ # ---> Python +# Environemnt files +feedmd/ # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]