pandas_ods_reader/.gitignore

27 lines
325 B
Plaintext

# Compiled python modules.
*.pyc
# Setuptools distribution folder.
dist/
# Python egg metadata, regenerated from source files by setuptools.
*.egg-info
# Build folder.
build/
# PyCharm idea folder.
.idea/
# PyTest folder
.pytest_cache/
# Dev .eggs folder
.eggs/
# Pycache folders
__pycache__/
# Virtual env dir
venv/