Update environment variables, Docker configuration, and dependencies; refactor token management and chat agent logic. Added FastAPI server setup and improved message handling in GigaChat client.

This commit is contained in:
12 changed files with 348 additions and 50 deletions

47
.dockerignore Normal file
View File

@@ -0,0 +1,47 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
.venv
# Testing
.pytest_cache/
.coverage
htmlcov/
*.cover
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Project specific
.env
*.log
*.db
*.sqlite
# Git
.git/
.gitignore
# Docker
docker-compose.yml
Dockerfile
.dockerignore
# Documentation
*.md
!README.md