# Dependencies
__pycache__/
*.py[cod]
*$py.class
.Python
venv/
env/
.venv/

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

# Test
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db
