-
Notifications
You must be signed in to change notification settings - Fork 516
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (45 loc) · 959 Bytes
/
Copy path.gitignore
File metadata and controls
56 lines (45 loc) · 959 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
# Credentials
config.yaml
# User data (generated at runtime, not tracked)
style.yaml
history.yaml
playbook.md
corpus/
lessons/
# Legacy local files (keep ignored for older installations)
writing-config.yaml
optimization-results.tsv
# Generated output(v2.2 起在 ~/.wewrite/,此规则防本地遗留误交)
output/
# User-local reference/draft articles (external 爆款范文 collection, not part of the skill)
example/
# Legacy client directories
clients/
# macOS
.DS_Store
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/*
build/
.venv/
.venv
venv/
# Local web tool dev: skill→backend venv symlink target + runtime image artifacts
.artifacts/
# Internal dev docs(README 引用的公开资产白名单放行)
docs/*
!docs/screenshots/
!docs/demo-article.md
!docs/star-history.svg
!docs/evals.json
!docs/content-quality-rubric.md
CLAUDE.md
# IDE
.vscode/
.idea/
# Next.js build/export artifacts
web/frontend/.next/
web/frontend/out/