39246-vm/.gitignore
2026-03-14 17:30:14 +03:00

19 lines
305 B
Plaintext

# --- DO NOT IGNORE THESE (Will be uploaded) ---
# frontend/out/ is NOT in this list, so it will be tracked.
# --- EXCLUDE THE 1.2GB BLOAT ONLY ---
.browser_profiles/
node_modules/
.venv/
.next/
.history/
__pycache__/
*.pyc
# --- EXCLUDE HEAVY LOCAL DATA ---
*.db
*.db-shm
*.db-wal
*.sqlite3
*.zip
*.rar