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

# Generated version file
_version.py

# Python
__pycache__/
*.py[cod]

# Testing
.coverage
.pytest_cache/

# IDE
.vscode/
.idea/
