-
Notifications
You must be signed in to change notification settings - Fork 95
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (46 loc) · 844 Bytes
/
.gitignore
File metadata and controls
59 lines (46 loc) · 844 Bytes
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
54
55
56
57
58
59
# Byte-compiled files
__pycache__/
hailo_apps_infra/__pycache__/
*.pyc
*.pyo
# Resources
resources/*.so
resources/*.hef
resources/*.mp4
# Piper TTS models (large files, must be downloaded locally)
local_resources/piper_models/*.onnx
local_resources/piper_models/*.onnx.json
!local_resources/piper_models/.gitkeep
# Logs and temp files
*.log
*.tmp
*.dot
# Audio files (debug recordings, test files, etc.)
*.wav
*.mp3
*.ogg
# User-specific audio device preferences
local_resources/audio_device_preferences.json
# Packages and dependencies
*.egg-info/
# Build, cache, and coverage files
build/
build.release/
dist/
*.egg
*.egg-info/
.cache/
*.cache
coverage/
.venv/
infra-venv/
hailo_infra_venv/
.env
.pytest_cache/
tmp_venv
venv_hailo_apps/
resources/
resources
# IDE configuration files (user-specific)
.vscode/launch.json
.cursor/