# Python cache
__pycache__
.pytest_cache

# Dev, test and build environments
test-venv
build-env
venv
.nox

# Build folder
dist

# IDE and editors
.idea
~*
.*.swp
