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

36
.gitignore vendored
View File

@ -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
# --- EXCLUDE LOCAL BACKUPS ---
*.zip
*.rar
*.7z

Binary file not shown.