5ca5d56a58
Excluye archivos generados por /init-jupyter que no deben comitearse: - .jupyter-port (puerto activo) - run-jupyter-lab.sh (script local) - .claude/settings.local.json (config MCP local) - .venv/, __pycache__, .ipynb_checkpoints
15 lines
246 B
Plaintext
15 lines
246 B
Plaintext
# Archivos locales de Jupyter (generados por /init-jupyter)
|
|
.jupyter-port
|
|
run-jupyter-lab.sh
|
|
|
|
# Entornos virtuales
|
|
.venv/
|
|
venv/
|
|
__pycache__/
|
|
|
|
# Jupyter checkpoints
|
|
.ipynb_checkpoints/
|
|
|
|
# Configuración local de Claude
|
|
.claude/settings.local.json
|