changed gitignore to prevent config leak

This commit is contained in:
anons-voip 2024-06-10 21:07:02 -04:00
parent c28b694482
commit 6ff0bf7878

4
.gitignore vendored
View file

@ -1,4 +1,8 @@
# ---> Python
# My additions
venv/
*.json
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]