audio streaming app
plyr.fm
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# Rust build artifacts
53**/target/
54
55# docker profiling logs
56docker-build-profile-*.log
57*-build-profile.log
58simple-build.log
59
60# gemini
61.gemini/
62.gemini-clipboard/
63.loq_cache