-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (36 loc) Β· 709 Bytes
/
.gitignore
File metadata and controls
43 lines (36 loc) Β· 709 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
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Editor directories and files
.vscode/
.idea/
*.swp
*.swo
*~
# Claude Code personal settings
.claude/
# Plugin runtime config β should never live in the plugin source tree.
# Plugin installs put user_preferences.json under
# ~/.claude/plugins/data/audio-hooks-chanmeng-audio-hooks/ instead.
plugins/audio-hooks/config/user_preferences.json
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Python
__pycache__/
*.pyc
# Temporary files
*.tmp
*.temp
# Personal audio files (users can add their own)
# Uncomment to ignore custom audio files
# audio/*.mp3
# !audio/hey-chan-please-help-me.mp3