-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (34 loc) · 785 Bytes
/
Copy path.gitignore
File metadata and controls
42 lines (34 loc) · 785 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
# Build outputs
**/bin/
**/obj/
# Rust binary source dirs (Cargo's `src/bin/` convention) must not be ignored.
!impl/rust/**/src/bin/
!impl/rust/**/src/bin/**
# NuGet pack output
artifacts/
*.nupkg
*.snupkg
# Credential files — must never be committed. Anything matching these
# names is held out of git permanently. If you add another secret file,
# extend this list.
nugetkey.txt
nuget*.key
.nugetkey
secret.*
**/credentials.*
# IDE
.vs/
.vscode/
.idea/
*.user
*.suo
# Claude Code local agent state
.claude/
# OS
.DS_Store
Thumbs.db
# NIST KAT vector files (large, fetched on demand by scripts/fetch-nist-kat.sh)
test-vectors/nist-kat/*.rsp
test-vectors/nist-kat/*.req
# BenchmarkDotNet outputs (per-run artifacts; numbers go in README manually)
BenchmarkDotNet.Artifacts/