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

# Test / coverage artifacts
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# Local virtual environments
.venv/
venv/
env/

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
*DS_Store

.vscode/