mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
ignores jupyter, virtualenv, and vscode files
This commit is contained in:
parent
fd35fbd9f5
commit
495a7d612b
22
.gitignore
vendored
22
.gitignore
vendored
@ -10,8 +10,30 @@
|
||||
# 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/
|
Loading…
x
Reference in New Issue
Block a user