mirror of
https://github.com/elastic/eland.git
synced 2025-07-24 00:00:39 +08:00
39 lines
441 B
Plaintext
39 lines
441 B
Plaintext
# Compiled python modules.
|
|
*.pyc
|
|
|
|
# Setuptools distribution folder.
|
|
/dist/
|
|
|
|
# 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/ |