~bigbes/lethe

ref: 1af5bcbe871cc5f262c5c9a1a310d657b4a158d9 lethe/.gitignore -rw-r--r-- 184 bytes
1af5bcbe — Eugene Blikh docs(lethe-web-ui-foundation): import design handoff, add task file 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/