Add *.pyc to gitignore

pull/478/head
Kevin Payravi 2024-02-04 14:40:39 -06:00
parent 179a30aa4e
commit c0c869ba40
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
.DS_Store
.vscode/*
*.py
*.pyc