-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitignore
53 lines (42 loc) · 895 Bytes
/
.gitignore
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
# Compiled python modules.
*.pyc
*/__pycache__/*
*pytest_cache
.cache
# Setuptools distribution folder.
/dist/
# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
# MacOS Desktop Services Store
/.DS_Store
/slab/.DS_Store
/.github/.DS_Store
# pycharm metadata
/.idea/
# documentation
/docs/_build/
/docs/_static/
/docs/_templates/
/docs/.DS_Store
# test coverage reports
/.coverage
/htmlcov/
/tests/coverage/
# slab build
/build/
/_build/
/.cache/
# HRTF databases
# /slab/data/mit_kemar_normal_pinna.sofa
/slab/data/aachen/
/slab/data/ari/
/slab/data/cipic/
/slab/data/.DS_Store
# interaural level spectrum from KEMAR HRTF
/slab/data/KEMAR_interaural_level_spectrum.h5
# loudness calibration
/slab/data/calibration_intensity.npy
# slab experiments
/slab/experiments/.DS_Store
/slab/experiments/feedback_correct.wav
/slab/experiments/feedback_incorrect.wav