# Virtual Environment
venv/

# OS Cache
.DS_Store

# Python Cache
__pycache__/

# Coverage
.coverage
htmlcov/

# Build Files
dist/

# VS Code
.VSCodeCounter/
