add .gitignore

This commit is contained in:
~d6 2024-04-09 12:35:55 -04:00
parent 225a6ab3e2
commit a3eca840c2
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
syntax: glob
*.pyc
*.pyo
*~
TAGS
__pycache__