# Python
__pycache__/
*.py[cod]
*.pyo

# Virtualenv
venv/
.env
.venv

# App data
*.log

# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/

# Tests / cache
.pytest_cache/
.mypy_cache/

# Build
dist/
build/
*.egg-info/

exports/*
*.zip
