~bigbes/lethe

ref: b91a08d0987559eafe4335e91012e0bb02f98984 lethe/.gitignore -rw-r--r-- 184 bytes
b91a08d0 — Eugene Blikh feat(platform): scribe logger, prometheus registry, health checker set 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/