summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 2e314943ba7979b77f71103a293ce6fc9bfe39d7 (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
*.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/testbase
tests/testbase.dSYM
tests/*.json
tests/*.wav