From 6be4a1b09e66b0f2215a624b9f9b44b1b037ba30 Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Sat, 5 Apr 2025 18:19:20 -0500 Subject: [PATCH] more gitignore work --- .gitignore | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 69794f2..1c46a85 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,32 @@ -venv +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# Distribution / packaging +dist/ +build/ +TimeLogix.spec +TimeLogix.app/ + +# SQLite Database +timelogix.db + +#pyinstaller +*.onefile +*.app + +# Environments +.env +venv/ +ENV/ +env/ + +# General +*~ +*.swp +*.DS_Store *.csv *.pdf *.txt -*.db -__pycache__ +*.db \ No newline at end of file