blob: 14e5e76b83e7ef2e9df9f6186bdbf9677281d40d (
plain)
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
|
.DS_Store?
Icon?
Thumbs.db
*.swp
*.wav
*.aiff
*.sdif
# Distutils/pip files
build
build_release
*.egg-info
# Compiled source
*.pyc
*.o
*.so
*.os
# Files generated by Cython
simpl/base.cpp
simpl/peak_detection.cpp
simpl/partial_tracking.cpp
simpl/synthesis.cpp
simpl/residual.cpp
# Test files
tests/audio
tests/testbase
tests/testbase.dSYM
tests/*.json
tests/*.wav
|