# python temporary files
*.pyc

# editor autosaves
$~
.idea/

# temporary data
temp

# packaging and testing
.tox/
*.egg-info/