.gitignore: ignore __pycache__ folder

This commit is contained in:
veclav talica
2024-02-16 16:54:24 +05:00
parent 18098a6859
commit eb7b9f114e
+1 -1
View File
@@ -1,4 +1,4 @@
**/__pycache__/* **/__pycache__/
html/ html/
./.*/ ./.*/
[articles/**/.static/] [articles/**/.static/]