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