music on atproto
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/
26
27# Development/sandbox
28sandbox/
29python_modules/
30
31# Wrangler (Cloudflare)
32.wrangler/
33
34# IDE
35.vscode/
36.idea/
37*.swp
38*.swo
39*~
40
41# OS
42.DS_Store
43Thumbs.db
44
45# Frontend
46node_modules/
47frontend/node_modules/
48frontend/.svelte-kit/
49frontend/build/
50
51# Rust build artifacts
52transcoder/target/
53
54# docker profiling logs
55docker-build-profile-*.log
56*-build-profile.log
57simple-build.log
58
59# gemini
60.gemini/
61.gemini-clipboard/