~cytrogen/kobo-manga

ref: 4e504823f4bf8d2b5f4279da3f4d4ebe98fc97ad kobo-manga/.gitignore -rw-r--r-- 509 bytes
4e504823 — HallowDem Initial commit: kobo-manga pipeline a day ago
                                                                                
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
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Downloads & output
downloads/
processed/
output/

# Database
*.db
*.db-shm
*.db-wal

# IDE
.idea/
.vscode/

# Config (用户自建)
config.yaml

# Source plugins (用户自行开发)
src/kobo_manga/sources/*.py
!src/kobo_manga/sources/__init__.py
!src/kobo_manga/sources/base.py

# Scripts & tests
scripts/
tests/

# Certificates
certs/

# AI tools
.claude/
.gstack/
CLAUDE.md
PROJECT.md
TODOS.md