ipyfilechooser/.gitignore

29 wiersze
403 B
Plaintext

2021-09-01 13:09:19 +00:00
# Ignore macOS .DS_Store files
.DS_Store
2019-04-11 14:18:17 +00:00
2021-09-01 13:09:19 +00:00
# Ignore backup files
*~
# Ignore vscode individual settings
.vscode/
# Ignore egg-info files and folders
*.egg-info/
2019-04-11 14:18:17 +00:00
*.pyc
2021-09-01 13:09:19 +00:00
# Ignore pyenv version files
2019-04-11 14:18:17 +00:00
.python-version
2019-04-17 20:25:03 +00:00
2021-09-01 13:09:19 +00:00
# Ignore build and dist folders
build/
dist/
# Ignore __pycache__ folder
__pycache__/
# Ignore Python virtualenv folder
venv/
2020-01-24 23:46:30 +00:00
2021-09-01 13:09:19 +00:00
# Ignore Jupyter notebook checkpoints
.ipynb_checkpoints/