Queer European MD passionate about IT
浏览代码

Ignore python virtual environment folder and test scripts

Davte 5 年之前
父节点
当前提交
3c2cdfa6a1
共有 1 个文件被更改,包括 4 次插入0 次删除
  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