# secrets
.env

# python env
.python-version
.venv
poetry.lock
uv.lock

# temp
dist
__pycache__
.pytest_cache

# tensorflow logs
.logs
.models
