Queer European MD passionate about IT
Sfoglia il codice sorgente

Ignore python virtual environment folder and test scripts

Davte 5 anni fa
parent
commit
3c2cdfa6a1
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -1,6 +1,9 @@
 # local_* files
 # local_* files
 local_*
 local_*
 
 
+# Python virtual environment
+venv/
+
 # databases
 # databases
 *.db
 *.db
 *.json
 *.json
@@ -15,6 +18,7 @@ local_*
 my_config.sh
 my_config.sh
 
 
 # Test
 # Test
+run_test.sh
 davtelepot/test.py
 davtelepot/test.py
 
 
 # ---> Python
 # ---> Python