05b7090b60
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
43 lines
381 B
Plaintext
43 lines
381 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# Next.js
|
|
.next/
|
|
out/
|
|
build/
|
|
dist/
|
|
next-env.d.ts
|
|
*.tsbuildinfo
|
|
|
|
# Env & secrets
|
|
.env
|
|
.env*.local
|
|
*.local
|
|
|
|
# Docker / runtime data
|
|
music/
|
|
staging/
|
|
data/
|
|
postgres-data/
|
|
slskd-data/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|