# Virtual environment
.venv/

# mypy
.mypy_cache/

# Build artifacts
dist/
*.egg-info/

# OS
*.DS_Store

# Python
__pycache__/
*.pyc
.pytest_cache/
