chore: gitignore Jupyter runtime artifacts

This commit is contained in:
2026-04-28 22:44:48 +02:00
parent 7a110117cf
commit bc9bdf5bde
4 changed files with 27 additions and 8 deletions
+27
View File
@@ -0,0 +1,27 @@
# Venv
.venv/
# MCP config (generado, contiene rutas absolutas)
.mcp.json
.jupyter-port
# IPython startup (generado por write_jupyter_registry_kernel)
.ipython/
# Jupyter collaborative runtime
.jupyter/
.jupyter_ystore.db
.jupyter_ystore.db-*
# Python
__pycache__/
*.pyc
# Jupyter checkpoints
.ipynb_checkpoints/
# Go binary
bin/
# OS
.DS_Store
-1
View File
@@ -1 +0,0 @@
8888
-7
View File
@@ -1,7 +0,0 @@
{
"d7268c60-f6df-4777-b24a-912ed608664f": {
"version": "2.3.0",
"created_at": "2026-04-03T19:29:29.221413+00:00",
"document_version": "2.0.0"
}
}
Binary file not shown.