This commit is contained in:
2025-07-30 22:13:58 +02:00
parent af48990cf7
commit 357790ac34
21 changed files with 4257 additions and 110 deletions
+34 -2
View File
@@ -1,2 +1,34 @@
target
.env
# Rust
target/
Cargo.lock
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Environment variables
.env
.env.local
.env.production
# Logs
*.log
monitoring.log
# OS
.DS_Store
Thumbs.db
# Backup files
*.bak
*.backup
# Documentation builds
docs/book/
# Coverage reports
lcov.info
coverage/