~bigbes/lethe

ref: 67aa44e8756c09630737bd0e6734b21fd930ed86 lethe/.gitignore -rw-r--r-- 184 bytes
67aa44e8 — Eugene Blikh feat(config): viper-loaded config with fail-fast validation a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Built binaries
/lethe
/tmp/

# SQLite database files (real, not example)
*.db
*.db-shm
*.db-wal
data/

# Local config (never commit secrets)
config.yaml

# IDE state
.idea/
.vscode/