feat: add .dockerignore to exclude unnecessary files from Docker context

This commit is contained in:
2025-08-05 22:40:29 +03:00
parent 5b720c8600
commit 812e30a2f8
2 changed files with 3 additions and 18 deletions

3
.dockerignore Normal file
View File

@ -0,0 +1,3 @@
.git
.idea
.venv

View File

@ -1,18 +0,0 @@
# FastApi
fastapi
pydantic
uvicorn
uvicorn[standard]
gunicorn
python-multipart
starlette
# Database
sqlalchemy
sqlalchemy[asyncio]
asyncpg
alembic
# Other
python-dotenv
ruff