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
# Rust build artifacts
/target/
**/*.rs.bk
*.pdb
# Cargo lock for libraries (keeping it for binary reproducibility)
# Cargo.lock
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
AGENTS.md
# Debug
*.log
debug/
# Environment
.env
.env.local
# Manx config (just in case someone copies it to the repo directory)
config.json
manx-config.json
# Test coverage
tarpaulin-report.html
cobertura.xml
# Documentation site
docs/node_modules/
docs/.astro/
docs/dist/
docs/.env
docs/.env.local
docs/.env.production
# Prowl snapshot cache
.prowl/