-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
24 lines (21 loc) · 890 Bytes
/
Copy path.gitignore
File metadata and controls
24 lines (21 loc) · 890 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
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
*.ownreport.json
# .NET build output (golden_arraypool demo)
bin/
obj/
# ...but a Rust crate's BINARY TARGETS live in `src/bin/`, and that is source.
# The unanchored `bin/` above swallowed own-shadow's adapter silently: the
# Cargo manifest naming the `[[bin]]` was committed and the file it named was
# not, so the tree built only where the file already existed. Re-included
# explicitly rather than by narrowing `bin/`, which is doing a real job for
# every .NET output directory in the tree.
!rust/crates/*/src/bin/
# Node deps for the OwnTS OSS runtime-confirmation project (frontend/ownts/oss-verify)
node_modules/
# Corpus mining: cloned third-party source + raw reports (scripts/mine.sh).
# Never commit other projects' code; promote interesting findings into
# corpus/real-world/ as minimal reduced cases instead.
corpus/mined/