Queer European MD passionate about IT
Browse Source

Ignore python virtual environment folder and test scripts

Davte 5 năm trước cách đây
mục cha
commit
3c2cdfa6a1
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      .gitignore

+ 4 - 0
.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