# intellij project files
.idea/

# python caches
__pycache__/

# python virtual envs
virtualenv/
venv/

# compiled python modules.
*.pyc

# setuptools distribution folder
/dist/
/build/

# python egg metadata, regenerated from source files by setuptools.
/*.egg-info
/.eggs/

/.tox
/*cache
