# Rust
/target/
**/*.rs.bk
*.pdb

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

# Environment
.env
.env.local

# Test artifacts
test-output/
.recollections-test/

# Coverage
cobertura.xml
tarpaulin-report.html
lcov.info

# Build artifacts
*.exe
*.dll
*.so
*.dylib
