# Byte-compiled / optimized files:
*.py[cod]
__pycache__/

# Environment / workspace settings:
.venv/
.vscode/

# Distribution / packaging:
*.egg
*.egg-info/
build/
dist/

# Cache directories:
.mypy_cache/
.pip_cache/
.pytest_cache/

# Code testing / coverage:
.coverage
coverage.xml
pytest.xml

# GitLab Pages:
public/
