-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
82 lines (69 loc) · 2.25 KB
/
Copy path.gitignore
File metadata and controls
82 lines (69 loc) · 2.25 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Python
__pycache__/
*.pyc
.venv/
venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
dist/
build/
*.egg-info/
# MkDocs build output (redirected away from site/, which now holds the Astro
# member site — see mkdocs.yml site_dir).
mkdocs-build/
# Astro member site (site/) — track the source, ignore build artifacts & vendored deps.
site/dist/
site/.astro/
site/node_modules/
site/vendor/site-kit/
site/public/_site-kit/
# Wardline runtime output
findings.jsonl
.wardline/
# Transient scan/scratch output (e.g. Playwright captures from the site work).
output/
# Sibling legacy locations (transition window — .weft/<sibling>/ is preferred but
# the old dot-dirs may still be present until siblings finish migrating).
.loomweave
.clarion
# NOTE: do NOT ignore .weft/ — wardline's own .weft/wardline/{baseline,judged,waivers}.yaml
# are deliberately committed; weft.toml is operator-authored and tracked.
# DO ignore transient sibling port files: a committed .weft/<sibling>/ephemeral.port
# would let a shared repo redirect wardline's token-bearing emit to a chosen loopback
# port (a live, never-committed runtime artifact, not tracked state).
.weft/*/ephemeral.port
# Local sibling tool stores are runtime/tooling state for this checkout. Keep
# wardline's own .weft/wardline/ suppression state visible and auditable.
.weft/filigree/
.weft/loomweave/
.weft/warpline/
# Filigree issue tracker
.filigree/
.env
# Filigree/Wardline-generated agent wiring (local tooling, not tracked docs).
# CLAUDE.md and AGENTS.md carry a Filigree-managed instruction block that is
# regenerated on `filigree init`, so they're ignored to keep that churn out of git.
.mcp.json
AGENTS.md
CLAUDE.md
# Coverage artifacts (regenerated by pytest-cov / make test-cov)
.coverage
coverage.json
loomweave.yaml
# Filigree issue tracker
.filigree.conf
.agents/skills/loomweave-workflow/.fingerprint
.agents/skills/loomweave-workflow/SKILL.md
.claude/skills/loomweave-workflow/.fingerprint
.claude/skills/loomweave-workflow/SKILL.md
wardline.yaml
.agents/skills/wardline-gate/SKILL.md
.claude/skills/wardline-gate/SKILL.md
# git worktrees (isolated feature workspaces)
.worktrees/
# CI-only assembled Pages tree (www root + docs/)
publish/
# Developer config / local tooling — not part of the solution
.claude/
.agents/