-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (48 loc) · 1.07 KB
/
.gitignore
File metadata and controls
62 lines (48 loc) · 1.07 KB
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
60
61
62
# .gitignore
# Python virtual environment and cache
__pycache__/
*.pyc
*.pyo
*.pyd
venv/
.venv/
.venv-macos/
env/
# Local environment variables
# IMPORTANT: Never commit your .env file with secrets!
.env*
!.env.example
# You can add an exception for an example file if you create one
# !.env.example
# IDE and editor configuration
.vscode/
.idea/
# macOS Finder / metadata files
.DS_Store
.DS_store
# Temporary files generated by the application
# This directory is used to download audio files from Jellyfin
/temp_audio/
# Log files
*.log
# Test artifacts
.pytest_cache/
htmlcov/
# Large model files in query folder
/query/*.pt
/query/*.onnx
# CLAMP3 weight files (large model files)
/CLAMP3/weights_*.pth
/CLAMP3/*.pth
# Downloaded ONNX models (from run_worker_macos.sh or similar)
/model/
# Exported MuLan models
mulan_model_export/
# Student CLAP training artifacts
student_clap/cache/
student_clap/checkpoints/
student_clap/logs/
student_clap/models/*.onnx
student_clap/config.local.yaml
student_clap/models/FMA_SONGS_LICENSE.md
student_clap/models/FMA_SONGS_2247_LICENSE.md