hatiko_task/api/.dockerignore

34 lines
307 B
Plaintext
Raw Permalink Normal View History

2025-01-24 19:36:32 +10:00
# python generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# venv
.venv
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# ruff
.ruff_cache/
# rye
requirements-dev.lock
# alembic migrations
alembic/versions
# Docker compose
compose.yaml
# minio
minio
# env (pass it thru compose)
.env