diff --git a/.gitignore b/.gitignore index bf15f9b..8f98fb7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,27 +1,27 @@ -# Node & Frontend -node_modules/ -.next/ -out/ -dist/ +# --- KEEP THESE (Removed from ignore list) --- +# 'out/' is now allowed to be uploaded -# Python & Environments +# --- EXCLUDE HEAVY DATA (The 1.2GB Bloat) --- +.browser_profiles/ +node_modules/ +.venv/ +.next/ + +# --- EXCLUDE SYSTEM & CACHE --- __pycache__/ *.pyc -.venv/ -venv/ -env/ +.history/ +.git/ -# Scraper & Bot Caches -.browser_profiles/ - -# Databases +# --- EXCLUDE LOCAL DATABASES --- +# Keeping the .py code, but ignoring the heavy data files *.db +*.db-journal *.db-shm *.db-wal *.sqlite3 -# Temp & OS Files -.DS_Store -Thumbs.db -Ghost_Temp_Export/ -*.zip \ No newline at end of file +# --- EXCLUDE LOCAL BACKUPS --- +*.zip +*.rar +*.7z \ No newline at end of file diff --git a/ProjectMap.txt b/ProjectMap.txt deleted file mode 100644 index 81ad12d..0000000 Binary files a/ProjectMap.txt and /dev/null differ