# Python stuff
.venv
*.egg-info
__pycache__

# Coverage and PyTest
.coverage
coverage.xml
report.xml
.hypothesis

# MyPy
.dmypy.json
mypy/
codequality.json

# Database stuff
database/
*.sqlited