mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-05 10:14:04 +00:00
[all] gitignore: ignore __pycache__ and *.py[co]
This prevents accidental commits of the compiled spellchecker.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -8,3 +8,5 @@ module/modules.order
|
||||
*.o
|
||||
*.exe
|
||||
*/build
|
||||
__pycache__
|
||||
*.py[co]
|
||||
|
Reference in New Issue
Block a user