-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (38 loc) · 748 Bytes
/
Copy path.gitignore
File metadata and controls
50 lines (38 loc) · 748 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
# Nix build output
result
*.qcow2
# Nix direnv integration
.direnv
# Local editor/LSP support from Nix-provided JS packages
/node_modules/
# Local OpenCode plugin workspace state
/.opencode/node_modules/
/.opencode/package.json
/.opencode/package-lock.json
/.opencode/bun.lock
# Needed for formatting .vscode/settings.json
!.vscode/
# Ruff cache
.ruff_cache/
# Claude
.claude/settings.local.json
.claude/worktrees/
# Generated by git-hooks.nix
.pre-commit-config.yaml
# Python
.pytest_cache
.coverage
.coverage.*
.venv
__pycache__
*.egg-info/
# Coverage report outputs
coverage.xml
htmlcov/
# Mutation testing
mutants/
.cosmic-ray.sqlite
# Per-package update lock artifacts
**/sources.json.lock
# Commander app local state
/.commander/