# Python
__pycache__/
*.py[cod]
.venv/
*.egg-info/
.pytest_cache/
build/
dist/

# macOS
.DS_Store

# Generated test fixtures (regenerated by tests/make_fixture.py)
/tests/_fixture_card/

# Local app data should never live in the repo
/.foto_util_appdir/
