hatiko_task/bot/.dockerignore
2025-01-24 19:36:32 +10:00

34 lines
307 B
Plaintext

# 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