34 lines
307 B
Plaintext
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
|