~bigbes/lethe

ref: 80b1c095e36243a2e9035fc2367f181954a8af5b lethe/.gitignore -rw-r--r-- 184 bytes
80b1c095 — Eugene Blikh feat(auth): forward-auth + OIDC bearer middleware with shared allowlist 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/