-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
157 lines (124 loc) · 2.36 KB
/
.gitignore
File metadata and controls
157 lines (124 loc) · 2.36 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
# Coverage files
!.coveragerc
.coverage
.coverage.*
coverage.xml
coverage_html_report/
htmlcov/
tests/.coverage
tests/coverage.xml
tests/coverage_html_report/
tests/htmlcov/
.coverage_cache/
# Classic requirements.txt as it's automatically generated by pip-tools for docker build
requirements.txt
# Python cache files
__pycache__/
.mypy_cache/
.pytest_cache/
.ruff_cache/
*.pyc
*.pyo
*.pyd
*.py.bak
.cache/
# ChromaDB data files
data/
# Virtual environment
venv/
.venv/
# Log files
logs/
!logs/.gitkeep
test_logs/
*.log
# Environment files
.env
.env.*
!.env.template
# IDE files
.vscode/
.idea/
*.code-workspace
.hatch/
# Hypothesis library files
.hypothesis/
# OS specific
.DS_Store
Thumbs.db
# Dependencies
latest_requirements.txt
# Generated contract artifacts
build/
contracts/state-machines/
# Sessions
sessions/
/sessions.json
# Issue content files
issue_content.txt
# Build files
dist/
*.egg-info/
# Local temporary test files on project-root
/test_*.py
/debug_*.py
/trigger_*.py
# Analysis artifacts that may have been created at repo root in older runs
/functional_coverage.json
/migration_analysis.json
/messaging_migration_plan.json
dump.rdb
.xdg_data/
# Local npm packages (we don't use npm right now)
package.json
package-lock.json
node_modules/
# Internal docs
docs/internal/
# Ignore .specify artifacts
.specify/
.cursor/commands/speckit.*.md
/specs/
# Ignore specfact-cli prompt templates
.cursor/commands/specfact.*.md
.cursor/commands/opsx-*.md
.cursor/skills/openspec-*/
.github/prompts/specfact.*.md
.github/prompts/opsx-*.md
.github/skills/openspec-*/
!.github/skills/openspec-workflows/
.claude/commands/opsx/
.claude/commands/specfact.*.md
.claude/skills/openspec-*/
!.claude/skills/openspec-workflows/
.codex/skills/openspec-*/
!.codex/skills/openspec-workflows/
.vibe/skills/openspec-*/
!.vibe/skills/openspec-workflows/
# Semgrep rules (generated from tools/semgrep/ - source rules are versioned)
.semgrep/
# Ignore .specfact artifacts
.specfact/
# Ignore reports directory (ephemeral artifacts)
reports/
# Ignore mcp.json
.github/mcp.json
.cursor/mcp.json
# Jekyll bundle
vendor/
_site/
# specfact-cli artifacts (note: these should be generated in /tmp/)
findings.json
answers.json
questions.json
docs/project-plans/
harness_contracts.py
# semgrep artifacts
lang.json
Language.ml
Language.mli
.artifacts
registry.bak/
.pr-body.md
# code review
/review-*.json