eland/.gitignore
Stephen Dodson 6564f26245 Adding 'development' section to docs
Adding contributing section based on Elasticsearch/CONTRIBUTING.md
TODO - add testing docs (based on CI)1
2019-11-20 10:32:35 +00:00

52 lines
593 B
Plaintext

# Compiled python modules.
*.pyc
# Setuptools distribution folder.
dist/
# Build folder
build/
# docs build folder
docs/build/
# pytest results
eland/tests/dataframe/results/
eland/tests/dataframe/results/
result_images/
# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
# PyCharm files
.idea/
# vscode files
.vscode/*
# pytest files
.pytest_cache/
# Ignore MacOSX files
.DS_Store
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
.python-version
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/