-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
128 lines (112 loc) · 3.06 KB
/
Copy path.gitignore
File metadata and controls
128 lines (112 loc) · 3.06 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
node_modules/
dist/
.dist/
out-packages/
.DS_Store
# @pyric/cli standalone binary artifacts.
packages/cli/dist-bin/
packages/cli/build/
# Local package-manager caches.
.bun-cache/
.bun-tmp/
.npm-cache/
# Local credentials and app state.
.env
.env.local
.env.*.local
.pyric/
ignored/
# Editor and tool state.
.jules/
.jules.json
.firebase/
firebase-debug.log*
packages/conformance/src/capture/functions-rtdb/fixture/runtime.cjs
packages/conformance/src/capture/functions-rtdb/fixture/capture-state.json
.idea/
**/.idea/
*.iml
**/*.iml
.vscode/
**/.vscode/
.mcp.json
!pyric-plugin/.mcp.json
tmp/
# Astro caches.
.astro/
**/.astro/
# Playwright artifacts.
**/test-results/
**/playwright-report/
# Reference SDK clones used by oracle/parity research.
clones/
# Design/process working documents — never repo content (see #29/#32 accident)
docs/design/
# Claude Code worktrees — never repo content
.claude/worktrees/
.pyric-worktrees/
packages/cli/src/assurance/.generated/
packages/cli/src/conformance/.generated/
packages/cli/src/cli/service-commands.generated.ts
packages/cli/src/bridge/tool-families.generated.ts
packages/cli/src/bridge/surface/manifest.generated.ts
packages/cli/src/bridge/surface/descriptions.generated.ts
packages/conformance/rules-language/*-report.json
# Disposable conformance documentation projections. The site build derives
# these from the registry immediately before porting them.
packages/pyric/docs/*/COMPAT.md
packages/pyric/docs/conformance/SCORES.md
packages/cli/docs/functions-rtdb/COMPAT.md
packages/conformance/docs/*/COMPAT.md
# Site content-layer cache (generated conformance + API reference pages render
# through loaders into Astro's persisted store; nothing is committed).
packages/site-docs/.astro/
# Impeccable local & runtime files (root & workspace packages)
.impeccable/config.local.json
.impeccable/hook.*.json
.impeccable/live/
**/.impeccable/config.local.json
**/.impeccable/hook.*.json
**/.impeccable/live/
.agents/skills/impeccable/
# Dart and Flutter artifacts
.dart_tool/
**/.dart_tool/
.packages
**/.packages
pubspec.lock
**/pubspec.lock
# Conformance run artifacts
.conformance/
# Ephemeral agent session scratch files
.agents/orchestrator_*
.agents/sentinel_*
.agents/teamwork_preview_*
.agents/victory_auditor_*
.agents/ORIGINAL_REQUEST.md
.agents/PROJECT.md
BRIEFING.md
ORIGINAL_REQUEST.md
# Swift and Xcode build artifacts
.build/
**/.build/
*.xcodeproj
*.xcworkspace
DerivedData/
# Example apps ephemeral and build artifacts
examples/*/build/
examples/*/.build/
examples/*/screenshots/
examples/*/.dart_tool/
examples/*/.flutter-plugins*
examples/**/ios/Flutter/ephemeral/
examples/**/macos/Flutter/ephemeral/
examples/**/ios/Flutter/Generated.xcconfig
examples/**/ios/Flutter/flutter_export_environment.sh
examples/**/ios/Runner/GeneratedPluginRegistrant.*
examples/**/macos/Flutter/GeneratedPluginRegistrant.*
examples/**/macos/Flutter/Flutter-Generated.xcconfig
examples/**/macos/Flutter/Flutter-Debug.xcconfig
examples/**/macos/Flutter/Flutter-Release.xcconfig
examples/**/macos/Runner.xcodeproj/project.xcworkspace/
examples/**/macos/Runner.xcworkspace/