gitignore

This commit is contained in:
Pankovea 2023-05-26 17:47:49 +03:00
parent 7b0e173653
commit f9d525ef3f

3
.gitignore vendored
View File

@ -2,3 +2,6 @@
*.json *.json
# Ini file with privat info # Ini file with privat info
*.ini *.ini
# VS Code
.vscode
venv