-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (47 loc) · 990 Bytes
/
Copy path.gitignore
File metadata and controls
54 lines (47 loc) · 990 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
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
.venv/
venv/
.pytest_cache/
# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
# Runtime artifacts (auto-generated by scripts; don't pollute git)
.locks/
logs/
*.jsonl
# Monitoring runtime
monitoring/runs/sitemap/*.last.txt
monitoring/daily/
monitoring/sites/*/captures/
# Audit reports (auto-generated)
audits/site-health-*.md
audits/library-health-*.md
audits/*-reviewer-input.yaml
# Media uploads manifest (regenerated per upload)
media/uploaded/picgo-*.json
# Project-specific bootstrap data (do not commit a real project's content
# unless you mean to publish it — the repo ships the SKELETON, not data)
# Uncomment if you only want the skill + docs + scripts in the repo:
# raw/
# wiki/products/
# wiki/personas/
# wiki/methodology/
# wiki/competitors/
# wiki/regions/
# web/drafts/
# web/posts/
# web/pages/
# web/products/
# Claude/Codex session state
.claude/
.codex-session/
picgo-manifest.json
.doctor-cache.json