summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 9e27ca798b693acdecfeff912d69927563af2277 (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
.DS_Store?
Icon?
Thumbs.db
*.swp
*.wav

# 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