forked from music-assistant/server
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (40 loc) · 935 Bytes
/
Copy path.gitignore
File metadata and controls
46 lines (40 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
*.db
*.pyc
music_assistant/config.json
*.cert
*.pem
music_assistant/testrun.sh
build/
dist/
venv/
# Provider binaries downloaded for local development must not be committed.
music_assistant/providers/airplay/bin/*
!music_assistant/providers/airplay/bin/README.md
# Linux shairport-sync is built in the base image; only the macOS dev binary is bundled.
music_assistant/providers/airplay_receiver/bin/shairport-sync-linux-*
# Bundled app credentials - injected at build time, or a maintainer's local copy. Never commit.
music_assistant/helpers/app_secrets.json
app_vars.json
# Widevine CDM client files - fetched by CI for the base image build, or a maintainer's local copy.
widevine_cdm/
.venv
.venv*
.mypy_cache/
.tox/
*.egg-info/
*.spec
.history
.idea
.coverage
uv.lock
/.claude/*
!/.claude/skills
!/.claude/skills/**
.DS_Store
docs/superpowers
# Devenv
.devenv*
devenv.local.nix
devenv.local.yaml
# VS Code
.vscode/launch.json