chore: gitignore Jupyter runtime artifacts
This commit is contained in:
+27
@@ -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 +0,0 @@
|
|||||||
8888
|
|
||||||
@@ -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.
Reference in New Issue
Block a user