From 10247667234b2722e01cf96bf621edeeeb06db44 Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Mon, 24 Aug 2026 01:07:03 +0200 Subject: [PATCH] better gitignore --- .gitignore | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 55e9c8a..4501583 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,16 @@ -__pycache__ +# Generated by provision.py provision.src -passwords.txt + +# Python +__pycache__/ +*.py[cod] +.venv/ +venv/ + +# Local savegame notes +passwords.* + +# Editor / OS +.DS_Store +*~ +*.swp