-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
45 lines (35 loc) · 810 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
# Created by https://www.gitignore.io/api/visualstudiocode
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history
.git
.gitignore~
# End of https://www.gitignore.io/api/visualstudiocode
# Backups
*~
# pycache
__pycache__/
*.py[cod]
*/__pycache__/
# pickles
picklesForInterface/
.directory
# ignore test folders used for temporary files
realTimeModules/audioRecorder/test
realTimeModules/videoRecorder/test
realTimeModules/tone/test
realTimeModules/video/test
realTimeModules/speech/test
# ignore the folder containing test videos
testVideos/
# ignore the image container for video on the dashboard
static/video.png
static/face.png
static/landmarks.png
static/plot.png
# ADD THE API KEY
realTimeModules/speech/api_key.json