repository: improve .gitignore syntax

the __pycache__ folder will now be ignored by git in every folder.
master
Alejandro Sirgo Rica 2024-02-06 09:58:49 +01:00 committed by OpenGnSys Support Team
parent 569b0107c1
commit 499272fa29
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
ogcli/__pycache__/
__pycache__/