music on atproto
plyr.fm
1# version control
2.git
3.github
4
5# python
6.venv
7.venv-workers
8__pycache__
9*.pyc
10*.pyo
11*.pyd
12.pytest_cache
13.coverage
14htmlcov
15dist
16build
17*.egg-info
18.ruff_cache
19.mypy_cache
20
21# environment and local data
22.env
23.env.local
24data/
25test-audio/
26
27# development
28sandbox/
29tests/
30docs/
31STATUS.md
32docker-build-profile-*.log
33*-build-profile.log
34simple-build.log
35
36# frontend (built separately)
37frontend/