updated look and feel

This commit is contained in:
2026-03-14 21:32:27 +01:00
parent 3c83dfb07e
commit c3589639ce
2 changed files with 311 additions and 355 deletions

36
.gitignore vendored Normal file
View File

@@ -0,0 +1,36 @@
# Rust
/target/
**/target/
# Backup files
*.bak
**/*.bak
# IDEs and Editors
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Docker
.docker/
docker-compose.override.yml
# Logs
*.log
logs/
# Local environment
.env
.env.local
.env.*.local