-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (54 loc) · 877 Bytes
/
Copy path.gitignore
File metadata and controls
62 lines (54 loc) · 877 Bytes
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
.claude/
.agents/
.codex/
.gemini/
.trellis/
AGENTS.md
# Python caches & virtualenv
__pycache__/
*.py[cod]
.pytest_cache/
.coverage
htmlcov/
.venv/
venv/
# Local runtime data
.webnovel/
# OS / editor
.DS_Store
Thumbs.db
.vscode/
.idea/
.cursor/
# Git worktrees
.worktrees/
# Workspace artifacts
node_modules/
.npm-cache/
dist/
!webnovel-writer/dashboard/frontend/dist/
!webnovel-writer/dashboard/frontend/dist/**
nul
.tmp/
.tmp_*
.tmp_outline_check/
# Local research / sibling projects (avoid accidental commit)
.sisyphus/
De-AI-Prompt/
MuMuAINovel/
hapi-tool/
ai-writing-knowledge/
novel/
novel-refined/
oh-story-claudecode/
# Local analysis snapshots and draft docs
PROJECT_MINDMAP*.md
webnovel-writer-v5*-architecture.svg
_v52_*.json
_v52_*.txt
claude_inventory.csv
*_utf8_sample.txt
C*tool-results*.txt
# Test / diagnostic files
test_gemini.env
test_gemini_diag.py