﻿# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/

# Testing
.coverage
.coverage.*
htmlcov/
.pytest_cache/

# Env
.env
.venv
env/
venv/

# VS Code
.vscode/

# OS
.DS_Store
Thumbs.db

dist/
