mirror of
https://github.com/elastic/eland.git
synced 2025-07-24 00:00:39 +08:00
15 lines
212 B
Plaintext
15 lines
212 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/1
|