-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (40 loc) · 702 Bytes
/
.gitignore
File metadata and controls
46 lines (40 loc) · 702 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
# Build results
result
result-*
*.log
node_modules
# Secrets - encrypted files are committed, decrypted ones are not
secrets/*.key
secrets/*.pem
secrets/*.age
secrets/*-age-key.txt
secrets/*.asc
*.key
*.pem
*.age
*-age-key.txt
*.asc
# Allow public GPG key (not a secret)
!configs/gpg/public-key.asc
# System state
.direnv/
**/.envrc # Ignore .envrc in subdirectories (may contain secrets)
!.envrc # But allow root .envrc (safe, only contains "use flake")
# Editor/IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Nix
.nix-*
.cache
result
nixpkgs
.nix-cache
.nix-state
.pre-commit-config.yaml
# User-level Nix configuration with tokens
.config/nix/nix.conf
modules/desktop/ocr/.venv
uv-workspaces/*/.venv