28 lines
352 B
Plaintext
28 lines
352 B
Plaintext
# 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
|