65 lines
777 B
Plaintext
Executable File
65 lines
777 B
Plaintext
Executable File
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# Node / build
|
|
node_modules/
|
|
dist/
|
|
dist-ssr/
|
|
*.local
|
|
|
|
# Environment / secrets
|
|
.env
|
|
.env.local
|
|
credentials.json
|
|
credentials.txt
|
|
session_api.json
|
|
metadata.json
|
|
tms_session.json
|
|
|
|
# Legacy (no longer used - Chrome profile handles cookies)
|
|
session.json
|
|
session_sharing.json
|
|
synology_cookies.json
|
|
|
|
# Editor / OS
|
|
.vscode/
|
|
!.vscode/extensions.json
|
|
.idea/
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Python
|
|
.venv/
|
|
venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# Chrome profile and runtime artifacts
|
|
chrome_profile
|
|
chrome_profile_nas
|
|
|
|
# aria2 session and temp files
|
|
aria2/*.aria2
|
|
aria2/*.session
|
|
aria2/downloads/
|
|
aria2/*.log
|
|
|
|
# Legacy directories (ignored)
|
|
raw/
|
|
.serena/
|
|
.github/
|
|
.vscode/
|
|
|