__pycache__
app.egg-info
*.pyc
.mypy_cache
.coverage
htmlcov
.cache
.venv
.conda
alembic/versions/*
.env
.env.prod
alembic.ini
.DS_Store

__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

.python-version
.pytest_cache
.ruff_cache

