Initial commit
Some checks failed
CI/CD Pipeline / Backend Tests (push) Failing after 27s
CI/CD Pipeline / Frontend Tests (push) Failing after 15s
CI/CD Pipeline / Docker Build (push) Has been skipped
CI/CD Pipeline / Security Scan (push) Has been skipped

This commit is contained in:
2026-04-15 01:41:49 +02:00
commit 5b447acd1c
773 changed files with 74653 additions and 0 deletions

51
.gitignore vendored Executable file
View File

@@ -0,0 +1,51 @@
# Rust
target/
Cargo.lock
**/*.rs.bk
*.pdb
# Node.js
frontend/node_modules/
frontend/dist/
frontend/.env
frontend/.env.local
frontend/.env.production
# Docker
*.log
logs/
# Environment
.env
.env.local
.env.production
.env.example.*
# PostgreSQL
*.db
*.sqlite
# SSL Certificates
nginx/ssl/cert.pem
nginx/ssl/key.pem
nginx/ssl/*.pem
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Backup files
*.backup
*.bak
# Temporary files
tmp/
temp/
*.tmp