eland/.gitignore
Stephen Dodson 0aceac31b0 Add tests (pytest) and clean up package
pytest selected as it's used in pandas and dask
2019-06-14 07:51:45 +00:00

18 lines
244 B
Plaintext

# Compiled python modules.
*.pyc
# Setuptools distribution folder.
/dist/
# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
# PyCharm files
.idea/
# pytest files
.pytest_cache/
# Ignore MacOSX files
.DS_Store