Files
HospitalAssistantBackend/.dockerignore
2025-10-16 16:43:18 +03:00

26 lines
200 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# uv
uv.lock
# Ruff
.ruff_cache
# env
*.env
# Container
container
# Postgres
postgres