-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (54 loc) · 1.01 KB
/
Copy path.gitignore
File metadata and controls
64 lines (54 loc) · 1.01 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Python
.venv/
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.pytest_cache/
# Data (never commit your library or DB)
data/
# …but the website's committed data dir (benchmark report snapshots) is not runtime data.
!website/src/data/
books/
bindery/
# Top-level ebook library only — docs/seed/library/ is the showcase seed and IS committed.
/library/
incoming/
*.db
*.db-wal
*.db-shm
# Frontend
frontend/node_modules/
frontend/dist/
# Env
.env
.env.*
# OS
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
*.swp
# Claude Code
.claude/
# Scribe
.scribe-state.json
# Docker — docker-compose.yml is the canonical portable one (tracked).
# Use docker-compose.override.yml for any local-only customisations
# (it's auto-merged by docker compose).
docker-compose.override.yml
# Local dev docs and scratch files
CLAUDE.md
AGENTS.md
PLAN.md
local/
temp/
docs/transfer.md
docs/plans/
scripts/tome_transfer.py
graphify-out/
# Local-only personal data: copied KOReader stats + prod DB for stats-expansion work (never commit)
.statsdb/