Ignore python virtual environment folder and test scripts
This commit is contained in:
parent
213a6ead1a
commit
3c2cdfa6a1
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user