# Build / dist
dist/
build/
*.egg-info/
__pycache__/
*.py[cod]
*.pyo

# Hatch / virtualenvs
.hatch/
.venv/
venv/
env/

# Packaging
*.tar.gz
*.whl

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Tests
.pytest_cache/
.coverage
htmlcov/
