27 lines
264 B
Plaintext
27 lines
264 B
Plaintext
# Node & Frontend
|
|
node_modules/
|
|
.next/
|
|
out/
|
|
dist/
|
|
|
|
# Python & Environments
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# Scraper & Bot Caches
|
|
.browser_profiles/
|
|
|
|
# Databases
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
*.sqlite3
|
|
|
|
# Temp & OS Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
Ghost_Temp_Export/
|
|
*.zip |