[all] gitignore: ignore __pycache__ and *.py[co]

This prevents accidental commits of the compiled spellchecker.
This commit is contained in:
Quantum 2021-12-25 15:52:53 -05:00 committed by Geoffrey McRae
parent 12461196c3
commit 3ccf6de868

2
.gitignore vendored
View File

@ -8,3 +8,5 @@ module/modules.order
*.o
*.exe
*/build
__pycache__
*.py[co]