# VS
.vscode/

# Documents
.docs/

# General
.idea
*.png

# Uploading
.pypirc

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

# Linking files
*.egg-info/

# Temperary files
tmp/

# Files from building
build/
dist/

