-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (51 loc) · 1001 Bytes
/
Copy path.gitignore
File metadata and controls
62 lines (51 loc) · 1001 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
56
57
58
59
60
61
62
node_modules/
dist/
coverage/
*.tsbuildinfo
.DS_Store
Thumbs.db
desktop.ini
# Environment variables
.env
.env.*
!.env.example
!.env.template
# Credential file extensions
*.pem
*.key
*.p12
*.pfx
*.crt
# Editor backups
*~
*.bak
*.orig
*.swp
*.swo
# npm and yarn debug logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Phase 0 data collection cache and output
.cache/
data/
# Scripts (local utilities, not shipped)
scripts/
# Scraped instruction files (local analysis data, not shipped)
scraped-instructions/
# Calibration fixture repos (large clones, not shipped)
tests/fixtures/calibration/excalidraw/
tests/fixtures/calibration/posthog/
tests/fixtures/calibration/payloads/*-payload.json
# Test run artifacts
.ruleprobe/
test-treesitter*.mjs
# Publication prep tooling output (local only)
.pubprep/
# Private project docs (keep local only)
.github/copilot-instructions.md
.github/ruleprobe-e2e-verification-guide.md
docs/ruleprobe-build-guide.md
.ruleprobe-semantic/
.codex
.codex-tmp/