audio streaming app plyr.fm
at dfd99060c480d9892d5af69335cdd5b758e217b8 66 lines 694 B view raw
1# Python-generated files 2__pycache__/ 3*.py[oc] 4build/ 5dist/ 6wheels/ 7*.egg-info 8 9# Virtual environments 10.venv 11venv/ 12ENV/ 13 14# Python tools 15.ruff_cache/ 16.pytest_cache/ 17.mypy_cache/ 18.coverage 19htmlcov/ 20 21# Local data 22data/ 23.env 24.env.local 25test-audio/ 26plyr_test_tokens.env 27 28# Development/sandbox 29sandbox/ 30python_modules/ 31 32# Wrangler (Cloudflare) 33.wrangler/ 34 35# IDE 36.vscode/ 37.idea/ 38*.swp 39*.swo 40*~ 41 42# OS 43.DS_Store 44Thumbs.db 45 46# Frontend 47node_modules/ 48frontend/node_modules/ 49frontend/.svelte-kit/ 50frontend/build/ 51 52# Docs site 53.astro/ 54 55# Rust build artifacts 56**/target/ 57 58# docker profiling logs 59docker-build-profile-*.log 60*-build-profile.log 61simple-build.log 62 63# gemini 64.gemini/ 65.gemini-clipboard/ 66.loq_cache