From 3c2cdfa6a19cac1d5a11a89c3676c2f6f5feef48 Mon Sep 17 00:00:00 2001 From: Davte Date: Thu, 28 Mar 2019 18:43:23 +0100 Subject: [PATCH] Ignore python virtual environment folder and test scripts --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 932188e..a821554 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # local_* files local_* +# Python virtual environment +venv/ + # databases *.db *.json @@ -15,6 +18,7 @@ local_* my_config.sh # Test +run_test.sh davtelepot/test.py # ---> Python