Include 'out' folder and ensure all backend logic is tracked

This commit is contained in:
abbashkyt-creator 2026-03-14 17:23:59 +03:00
parent d76b886247
commit 4a2677e72f
2 changed files with 18 additions and 18 deletions

34
.gitignore vendored
View File

@ -1,27 +1,27 @@
# Node & Frontend # --- KEEP THESE (Removed from ignore list) ---
node_modules/ # 'out/' is now allowed to be uploaded
.next/
out/
dist/
# Python & Environments # --- EXCLUDE HEAVY DATA (The 1.2GB Bloat) ---
.browser_profiles/
node_modules/
.venv/
.next/
# --- EXCLUDE SYSTEM & CACHE ---
__pycache__/ __pycache__/
*.pyc *.pyc
.venv/ .history/
venv/ .git/
env/
# Scraper & Bot Caches # --- EXCLUDE LOCAL DATABASES ---
.browser_profiles/ # Keeping the .py code, but ignoring the heavy data files
# Databases
*.db *.db
*.db-journal
*.db-shm *.db-shm
*.db-wal *.db-wal
*.sqlite3 *.sqlite3
# Temp & OS Files # --- EXCLUDE LOCAL BACKUPS ---
.DS_Store
Thumbs.db
Ghost_Temp_Export/
*.zip *.zip
*.rar
*.7z

Binary file not shown.