changed gitignore to prevent config leak
This commit is contained in:
parent
c28b694482
commit
6ff0bf7878
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,4 +1,8 @@
|
||||||
# ---> Python
|
# ---> Python
|
||||||
|
# My additions
|
||||||
|
venv/
|
||||||
|
*.json
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
|
Loading…
Reference in a new issue