Ignore .cfg files in git

This commit is contained in:
Kyle Machulis 2022-05-31 18:43:17 -07:00
parent 9e79701975
commit 4855f0f215

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
/.vscode
**/__pycache__/**
**/*.pyc
**/*.pyc
*.cfg