-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (50 loc) · 1019 Bytes
/
Copy path.gitignore
File metadata and controls
58 lines (50 loc) · 1019 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
# Build artifacts
build/
*.o
*.so
*.dylib
*.dll
*.out
# R
corehydror/src/*.o
corehydror/src/*.so
*.Rcheck/
*.tar.gz
# Python
__pycache__/
*.egg-info/
dist/
wheelhouse/
.venv/
# .NET (dev-only oracle emitter and scratch tools build output)
tools/oracle_emitter/bin/
tools/oracle_emitter/obj/
tools/compute_oracle/
# OS / editor / AI tooling (never commit)
.DS_Store
._*
.vscode/
.positron/
.idea/
CLAUDE.md
AGENTS.md
.claude/*
# Exception: this project deliberately TRACKS its curated context files, because the
# C++/R/Python-from-C# port is a complex, multi-surface process whose plan and porting
# guidance need to travel with the repo. Everything else in .claude/ stays ignored.
!.claude/CLAUDE.md
!.claude/PLAN.md
!upstream/CLAUDE.md
# Documentation site build output (site/_freeze IS committed -- do not ignore it)
site/_site/
site/.quarto/
site/reference/
site/objects.json
corehydror/docs/
# R batch-mode plot artifacts
Rplots.pdf
# pixi environments
.pixi/*
!.pixi/config.toml
# pixi environment
.pixi/