# Build Artifacts
__pycache__/
build/
*.egg-info/

.venv/
.env

.mypy_cache/
fastapp-data/
fastapp.db
fastapp.log

dist/

test.db
htmlcov/
.pytest_cache/
.coverage