# Compiled Python bytecode
__pycache__/
*.py[cod]

# Log files
*.log

# Generated by MacOS
.DS_Store

# Generated by Windows
Thumbs.db

# Python artefacts
.coverage
htmlcov/
coverage.xml
*.egg-info
dist/
build/

# Virtual envs
.venv/
venv/

# SqlAlchemy
alembic/versions
alembic.ini

# sphinx build dir
docs/_build/*

