# OS-specific
.DS_Store

# Python
__pycache__/

# Misc
*.log

# Dev
dev/

# VSCode
.vscode/

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