-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
39 lines (34 loc) · 929 Bytes
/
Copy path.gitignore
File metadata and controls
39 lines (34 loc) · 929 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
# Local ImplementAudit run artifacts
.IMPLEMENTAUDIT/
# EXCEPTION: the B3 fixture SEED models a legacy run root as test data —
# it is not live run state and must ship with the fixture (issue #35).
!eval/fixtures/B3/seed/.IMPLEMENTAUDIT/
!eval/fixtures/B3/seed/.IMPLEMENTAUDIT/**
# B1 is the primary-matrix resume fixture and carries its durable phase-3
# boundary as versioned test data, never as live repository state.
!eval/fixtures/B1/seed/.IMPLEMENTAUDIT/
!eval/fixtures/B1/seed/.IMPLEMENTAUDIT/**
# Optional local Graphify / ActiveGraph artifacts
graphify-out/
.graphify/
.activegraph/
*.activegraph.db
# Local diagnostics and smoke debris
*.log
*.tmp
__pycache__/
*.py[cod]
tmp/
temp/
# Local release-asset build output and docs portal generated output
dist/
# GitHub Pages local build output (jekyll/static)
_site/
# Local environment and editor state
.env
.env.*
!.env.example
.DS_Store
Thumbs.db
.idea/
.vscode/