changed gitignore to prevent config leak
parent
c28b694482
commit
6ff0bf7878
|
@ -1,4 +1,8 @@
|
|||
# ---> Python
|
||||
# My additions
|
||||
venv/
|
||||
*.json
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
|
Loading…
Reference in New Issue