39246-vm/.gitignore

27 lines
439 B
Plaintext

# --- KEEP THESE (Removed from ignore list) ---
# 'out/' is now allowed to be uploaded
# --- EXCLUDE HEAVY DATA (The 1.2GB Bloat) ---
.browser_profiles/
node_modules/
.venv/
.next/
# --- EXCLUDE SYSTEM & CACHE ---
__pycache__/
*.pyc
.history/
.git/
# --- EXCLUDE LOCAL DATABASES ---
# Keeping the .py code, but ignoring the heavy data files
*.db
*.db-journal
*.db-shm
*.db-wal
*.sqlite3
# --- EXCLUDE LOCAL BACKUPS ---
*.zip
*.rar
*.7z