# Build artifacts
/target/
# Editor / IDE
*.swp
*.swo
*~
.idea/
.vscode/
*.iml
# OS files
.DS_Store
Thumbs.db
# Debugging
*.pdb
# Coverage
lcov.info
tarpaulin-report.html
coverage/
# Benchmark output
criterion/
# Proptest persistence
proptest-regressions/
# cargo-vet downloads
supply-chain/.cache/
# Environment / secrets
.env
.env.*