chore(git): added __pycache__ to gitignore

This commit is contained in:
Sara Gerretsen 2025-12-24 15:23:25 +01:00
parent 3324d25e9b
commit 9508f2078d

2
.gitignore vendored
View file

@ -18,3 +18,5 @@ build.zip
# general-purpose cache folder (used by e.g clangd) # general-purpose cache folder (used by e.g clangd)
.cache .cache
__pycache__