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