# 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

# 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
