# Python temps
__pycache__/
*.py[cod]
*$py.class
build/
dist/
eggs/
.eggs/
*.egg-info/
*.egg
.tox/

# Editor Temps
.*.sw?
*~
\#*\#
.desktop

# virtualenv
venv/
venv3/

# pycharm
.idea/

# typshed repo
typeshed/2and3/schema_salad
typeshed/2and3/ruamel/yaml


#mypy
.mypy_cache/
