# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
artifacts/*
!artifacts/experiments/
!artifacts/experiments/**

# venv / uv
.venv/

# build
dist/
build/

# generated media
/media/

# secrets
.env
compose.user.yml
data/auth-users.yml
data/auth-tokens.sqlite3*
