# build
__pycache__/
.pytest_cache/
.ruff_cache/
.rumdl_cache/
.cache/
*.log
.venv/
node_modules/
.coverage
/dist
/src/albums/_version.py
/tests/fixtures/libraries/
/tests/tmp/
/htmlcov
/site
/docs/images/
/build

# application/misc
*.db
*.db-journal
*.db-wal
*.db-shm
*.db.bak
/todo/
