add __pycache__ to seafile-ignore.txt

This commit is contained in:
luk
2026-07-19 12:12:37 +08:00
parent c1d90c25a3
commit 7c0b295cd6

View File

@@ -53,11 +53,22 @@ _desktop.ini
~$*
*/~$*
## nodejs caches
node_modules/
*/node_modules/
package-lock.json
*/package-lock.json
## python caches
.venv/
*/.venv/
.pytest_cache/
*/.pytest_cache/
.ruff_cache/
*/.ruff_cache/
__pycache__/
*/__pycache__/
pages4loader.json5
*/pages4loader.json5