-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (51 loc) · 1.92 KB
/
Copy path.gitignore
File metadata and controls
65 lines (51 loc) · 1.92 KB
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
63
64
65
# =============================================================================
# Riprap-managed rules. `copier update` revises this region, so edits here are
# not preserved. Add your project's own rules to the project-owned region at
# the end of this file, which Riprap never changes.
# =============================================================================
# Agent credentials (integration settings and skill adapters remain trackable)
/.codex/auth.json
/.opencode/data/opencode/auth.json
/.claude/.credentials.json
/.claude.json
# One contributor's own agent permissions, not the project's policy
/.claude/settings.local.json
/.env
/.env.local
/.env.*.local
# Generated local container state: describes this machine's image, not the project
/.riprap/state/container/agent-build.env
/.riprap/state/container/agent-build.candidate.env
/.riprap/state/container/Project.Containerfile
# Generated execution-host state: an exported image and its per-user credential
# directories describe one machine and one user, not the project
/.riprap/state/apptainer/
# An exported development image is a large binary build artifact, never source,
# wherever it is written or copied. This rejects one even outside the state path.
*.sif
# Generated by Cargo
debug/
target/
# rustfmt backup files
**/*.rs.bk
# MSVC debug info
*.pdb
# cargo-mutants output
**/mutants.out*/
# Generated at runtime by run.sh
.vscode/settings.json
.interface.sh
# =============================================================================
# Project-owned rules. This region belongs to your project; add your own ignore
# rules below. Riprap never changes it, so what you add here survives
# `copier update`.
# =============================================================================
# Simulation output
*.out.*.xyz
*.out.*.log
*.out.*.timings
*.out.*.minlog
# Analysis output (`dynamics analyze` writes `<root>.out.<name>.csv`).
*.out.*.csv
# mdBook build output
book/book/