From 2f107f81ba1bec953a1218098e5a7317d63b7291 Mon Sep 17 00:00:00 2001 From: server Date: Tue, 14 Apr 2026 06:41:16 +0200 Subject: [PATCH] gitignore: ignore generated runtime files --- .gitignore | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ebf852e..d43d791 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,11 @@ -channels +channels/ pids.json -share/locale/english/quest/object -share/locale/english/quest/pre_qc +__pycache__/ +*.pyc +share/package/ +share/locale/*/quest/qc +share/locale/*/quest/object/ +share/locale/*/quest/pre_qc/ # ======================================================= # FULLY CASE-INSENSITIVE BACKUP EXCLUSIONS