# Compiled python modules.
*.pyc

# Setuptools distribution folder.
dist

# Python egg metadata, regenerated from source files by setuptools.
*.egg-info

.cache/
.pytest_cache/

# built documentation
_build
doc/source/charts/
*.dump

# cython compilation files
build
*.c
*.so
.idea/
*.pyd
