.idea
__pycache__
*.pyc
.eggs

# coverage reports
.coverage
cover
htmlcov/

# autogenerated artifacts from Sphinx documentation
docs/_build

# pytest caches
.pytest_cache/

# development egg
fs_gcsfs.egg-info/*

# Keeping Pipfile.lock out of version control as multiple versions of Python are being targeted
Pipfile.lock