-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (39 loc) · 905 Bytes
/
Copy path.gitignore
File metadata and controls
46 lines (39 loc) · 905 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
#Swap files
*.swp
# Local credentials and environment overrides
.env
.env.*
!.env.example
# Jupyter Notebook
.ipynb_checkpoints
# Python
__pycache__/
.venv/
test.py
# Q315 abstract workflow generated artifacts
src/main/abstract/pilots/
src/main/abstract/snapshots/
# CSV reports, translation scratch files, and QuickStatements are disposable
# migration output. Durable inputs belong in data/ or have an explicit
# exception below.
src/main/abstract/*.csv
src/main/abstract/*.quickstatements
!src/main/abstract/abstract-functions.quickstatements
src/main/abstract/content-migration-registry.csv
src/main/abstract/content-migration-report.json
src/main/abstract/content-roundtrip.json
*.quickstatements.state.json
src/main/abstract/abstract-composition-markup.txt
.vscode
.obsidian
# Claude / AI tooling
.claude/
.cursor/
# IDEs / editors
.idea/
*.iml
*.code-workspace
.vs/
.fleet/
.zed/
.history/