Add *.pyc to gitignore

This commit is contained in:
kylmcani95 2024-04-23 10:11:33 -04:00
parent 10f76c4a14
commit 011aedb277

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
.idea
src/test/
src/config/api_config.yaml
important_stuff.txt
important_stuff.txt
*.pyc