-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (44 loc) · 999 Bytes
/
.gitignore
File metadata and controls
56 lines (44 loc) · 999 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
# Virtual envs
.venv/
# Python caches
__pycache__/*.pyc
__pycache__/
**/__pycache__/
*.pyc
**/*.pyc
.pytest_cache/
.ruff_cache/
.pylint.d/
# Test and coverage artifacts
.coverage
.coverage_cache/
logs/
# Ignore .specify artifacts
.specify/
.cursor/commands/speckit.*.md
/specs/
# Ignore .specfact
.specfact/
# 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/specfact-*/
!.codex/skills/openspec-workflows/
.vibe/skills/openspec-*/
!.vibe/skills/openspec-workflows/
# Jekyll docs — local Bundler state and build output
docs/.bundle/
docs/_site/
docs/.jekyll-cache/
# local bundle installs (bundle config path vendor/bundle)
docs/vendor/