summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: e527a32f1365c0b0f9e9736b5b37ab5d742a47fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Rust
target/
Cargo.lock
**/*.rs.bk
*.pdb

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Project-specific
*.sig
merkle-tree.txt

# Release artifacts (signed separately with yubisigner)
dist/
releases/