# Files stuff
.coverage
make.bat
Makefile

# Folders stuff
.examples/
.idea/
.tox/

# Setuptools stuff
build/
dist/
swap.egg-info/

# Python stuff
__pycache__/

# py.test stuff
.pytest_cache/
