-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (45 loc) · 823 Bytes
/
.gitignore
File metadata and controls
53 lines (45 loc) · 823 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
# BUILD
## Internal build outputs
build/dist/
build/appimage-kde/
build/appimage-gnome/
build/pyinstaller-windows
## Video files
docs/assets/videos/
## Dashboard UI build outputs
dashboard/dist/
dashboard/dist-ssr/
dashboard/dist-electron/
dashboard/release/
## Dashboard UI / Node
dashboard/logs/
dashboard/node_modules/
dashboard/*.suo
dashboard/*.ntvs*
dashboard/*.njsproj
dashboard/*.sln
dashboard/*.sw?
# MISC
## .hidden folders
.*/
### GitHub folder exception (needed for workflows)
!.github/
### Pre-commit config exception (tracked for all contributors)
!.pre-commit-config.yaml
### Making sure that the instructions folder is excluded
.github/instructions/
.github/prompts/
## etc
__pycache__/
*.env
*.tmp
*.logW
*.log
*.local
*.mp3
.directory
.gitnexus
CLAUDE.md
AGENTS.md
.mcp.json
codeql-agent-results/