-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
135 lines (115 loc) · 2.05 KB
/
Copy path.gitignore
File metadata and controls
135 lines (115 loc) · 2.05 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
# Build directories
build/
build-*/
cmake-build-*/
dist/
*.o
*.a
*.so
*.dylib
# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
install_manifest.txt
CTestTestfile.cmake
_deps/
# IDE
.idea/
*.swp
*.swo
*~
*.bak
# macOS
.DS_Store
# Claude Code configuration
.claude/
CLAUDE.md
# Design documents (internal)
backup/
# Cache
.cache/
# Generated files
*.log
*.out
*.mid
*.midi
*.wave
*.wav
*.flac
*.mp3
*.ogg
*.m4a
*.aac
*.jams
# Test outputs (CMake CTest output directory)
/Testing/
*.gcov
*.gcda
*.gcno
output.json
output.mid
analysis.json
# Optional external fixture data and local-only fixture workflows
tests/fixtures/local/
tests/fixtures/local_eval/
tests/fixtures/reports/
tests/fixtures/music_eval/FSL10K/
tests/fixtures/music_eval/annotation/
tests/fixtures/music_eval/annotations/
tests/fixtures/music_eval/audio/
tests/fixtures/music_eval/audio_*/
tests/fixtures/music_eval/babyslakh*/
tests/fixtures/music_eval/slakh/
tests/fixtures/music_eval/Slakh*/
tests/fixtures/music_eval/Flakh*/
tests/fixtures/music_eval/guitarset_annotations/
tests/fixtures/music_eval/midi_annotations/
tests/fixtures/music_eval/local_annotations/
tests/fixtures/**/*.tar.gz
tests/fixtures/**/*.zip
tests/fixtures/**/*.pdf
tests/fixtures/**/*.json
# Binaries (in build directory only)
/build
*.exe
# Compiled dictionaries
*.dic
# Dictionary cleanup artifacts
data
# Dependencies (keep required libraries)
!third_party/
third_party/**/build/
third_party/**/.git/
third_party/r8brain/bench/
third_party/r8brain/DLL/
third_party/r8brain/other/
# Node.js
node_modules/
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Coverage reports
coverage/
coverage-report/
*.info
# Python
__pycache__/
*.py[oc]
*.egg-info
.venv/
uv.lock
# Voice-match harness artifacts (downloaded soundfonts, rendered outputs)
tools/voicematch/assets/
tools/voicematch/out/
# Local agent notes
AGENT.md
# Local MCP server config (Serena など、コミットしない)
.mcp.json
.serena/
# Benchmark fixtures are generated locally (audio + its ground truth)
benchmarks/fixtures/