# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store

# Testing
.pytest_cache/
.coverage
htmlcov/
