fixes
All checks were successful
SonarQube / Build and analyze (push) Successful in 2m57s

This commit is contained in:
Leonid Pershin
2025-10-22 03:28:48 +03:00
parent 1996fec14f
commit 0e5c418a0e
8 changed files with 492 additions and 64 deletions

28
ChatBot/.dockerignore Normal file
View File

@@ -0,0 +1,28 @@
# Build artifacts
bin/
obj/
out/
publish/
# IDE and editor files
.vs/
.vscode/
.idea/
*.suo
*.user
*.userosscache
*.sln.docstates
# Environment files (will be injected via secrets)
.env
.env.*
!.env.example
# Logs
logs/
*.log
# Test results
TestResults/
*.trx
*.coverage