bd - api
This commit is contained in:
82
.dockerignore
Normal file
82
.dockerignore
Normal file
@@ -0,0 +1,82 @@
|
||||
# Git
|
||||
.git
|
||||
.gitignore
|
||||
.gitattributes
|
||||
|
||||
# Python
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
*.egg-info
|
||||
dist
|
||||
build
|
||||
.pytest_cache
|
||||
.coverage
|
||||
htmlcov
|
||||
|
||||
# Virtual environments
|
||||
.env
|
||||
.venv
|
||||
env
|
||||
venv
|
||||
ENV
|
||||
env.bak
|
||||
venv.bak
|
||||
|
||||
# IDE
|
||||
.vscode
|
||||
.idea
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# Documentation
|
||||
*.md
|
||||
!README.md
|
||||
|
||||
# Docker
|
||||
Dockerfile*
|
||||
docker-compose*
|
||||
.dockerignore
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs
|
||||
|
||||
# Database
|
||||
*.db
|
||||
*.sqlite3
|
||||
|
||||
# Temporary files
|
||||
tmp
|
||||
temp
|
||||
.tmp
|
||||
.temp
|
||||
|
||||
# Node modules (если есть)
|
||||
node_modules
|
||||
npm-debug.log
|
||||
|
||||
# Images (не включаем картинки в контейнер)
|
||||
images/
|
||||
*.jpg
|
||||
*.jpeg
|
||||
*.png
|
||||
*.gif
|
||||
*.bmp
|
||||
*.tiff
|
||||
|
||||
# Bot files (можно исключить файлы бота, если они не нужны в API контейнере)
|
||||
bot.py
|
||||
bot2.py
|
||||
Reference in New Issue
Block a user