gitignore: Stop committing pyc files

This commit is contained in:
June Tate-Gans 2021-04-27 13:46:58 -05:00
parent eb816c8acb
commit d5b4957916

1
g13gui/.gitignore vendored
View File

@ -1 +1,2 @@
__pycache__ __pycache__
*.pyc