chore: improve .gitignore

This commit is contained in:
2025-11-07 19:15:10 +01:00
parent 2000fb5d53
commit 9bb3f113db

20
.gitignore vendored
View File

@@ -1 +1,21 @@
# Rust
/target
Cargo.lock
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Config files with secrets
*.local.toml
*-local.toml
# Logs
*.log