__pycache__/
/demo/db.sqlite3
/demo/.env

# Test artifacts
/.pytest_cache/
/.coverage
/htmlcov/
/.tox/
/venv/

# Packaging artifacts
/build/
/dist/
