mirror of
https://github.com/github/gitignore.git
synced 2025-01-22 08:19:13 -05:00
Compare commits
5 Commits
f12ff9a5ba
...
d25b79f2e0
Author | SHA1 | Date | |
---|---|---|---|
|
d25b79f2e0 | ||
|
d49bd6f0f7 | ||
|
e8554d85bf | ||
|
4f0b7a0694 | ||
|
ec7ae18d29 |
@ -167,5 +167,8 @@ cython_debug/
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
# Ruff stuff:
|
||||
.ruff_cache/
|
||||
|
||||
# PyPI configuration file
|
||||
.pypirc
|
||||
|
@ -4,6 +4,10 @@
|
||||
.ipynb_checkpoints
|
||||
*/.ipynb_checkpoints/*
|
||||
|
||||
# created and used by https://github.com/jupyter-lsp/jupyterlab-lsp/
|
||||
.virtual_documents/
|
||||
*/.virtual_documents/
|
||||
|
||||
# IPython
|
||||
profile_default/
|
||||
ipython_config.py
|
||||
|
Loading…
Reference in New Issue
Block a user