19 lines
305 B
Plaintext
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 |