From ba2e859e714de79c3ec813a940b52000702920e8 Mon Sep 17 00:00:00 2001 From: Anon Date: Sun, 12 Mar 2023 17:45:19 -0700 Subject: [PATCH] Updated to only include project files --- .gitignore | 44 +++++++++++++------------------------------- 1 file changed, 13 insertions(+), 31 deletions(-) diff --git a/.gitignore b/.gitignore index ae14af3..ebf60ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,32 +1,14 @@ -# User preferance files -/rsc*/ -/md5/ -/src/cfg*.py -/log.txt +# Ignore Everything +* -# Virtual environment -/venv* -/src/__pycache__/ - -# PyCharm IDE folder -/.idea/ - -# Editor files -/*~ -/*# - -# Automation scripts + odds and ends -/notes.txt -/compile.sh -/upload.sh -/balance_2.csv -/DEFAULT.csv -/generate_random.sh -/src/make_master_template.py -/src/make_master_list.py -/src/hash_path_exists.py -/utils/ -/cfg_availible/ -/profile/ -/gnu_header.txt -/backup* +# Exception +!/default/* +!/docs/* +!/src/main.py +!/src/*_backend.py +!/.gitignore +!/LICENSE.txt +!/README.md +!/cron.sh +!/requirements.txt +!/run.sh