# 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/ # Rust backend-rust/target/ backend-go/target/ # Project Specific backend/data/*.json !backend/data/browse_playlists.json !backend/data/data.json backend/cache/ backend/data_seed/ # Build Logs *.log build_log*.txt # Rust target/ # Backup Files *_backup.* nul *.pid frontend.pid backend.pid