trmnl-report/.gitignore
2025-05-11 21:48:56 -04:00

39 lines
418 B
Text

# Rust
/target/
**/*.rs.bk
# By default, Cargo will ignore "Cargo.lock" for libraries, but include for binaries
Cargo.lock
# Next line is for macOS Finder/Spotlight
.DS_Store
# VSCode/
.vscode/
# CLion
.idea/
# Other common
*.log
*.tmp
*.swp
*.swo
*.bak
*~
# dotenv, custom local env/config
.env
.env.*
*.local
# compiled output
*.out
*.exe
*.bin
*.o
*.obj
# Coverage/test/artifacts
target/coverage/
coverage/