55 lines
583 B
Text
55 lines
583 B
Text
# System Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment Variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Node.js
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.next/
|
|
out/
|
|
build/
|
|
dist/
|
|
|
|
# Python
|
|
venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# IDEs
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Project Specific
|
|
backend/data/*.json
|
|
!backend/data/browse_playlists.json
|
|
!backend/data/data.json
|
|
backend/cache/
|
|
backend/data_seed/
|