From 7f03b241885572a8c27e82530edef41ad48a3aaf Mon Sep 17 00:00:00 2001 From: LockeShor <75901583+LockeShor@users.noreply.github.com> Date: Fri, 6 Mar 2026 01:00:49 -0500 Subject: [PATCH] fix ignore --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8d3f1e2..3074e95 100644 --- a/.gitignore +++ b/.gitignore @@ -47,4 +47,11 @@ Thumbs.db htmlcov/ # Logs -*.log \ No newline at end of file +*.log + +#Custom +backups/ +exports/ +Scripts/ +pool_checkin.sqlite3 +pyvenv.cfg \ No newline at end of file