diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..87620ac7e74efee566c6ee9d2ed7281ebafb4788
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.ipynb_checkpoints/
diff --git a/Notebook_clase_4.ipynb b/Notebook_clase_4.ipynb
new file mode 100644
index 0000000000000000000000000000000000000000..427de98f7aef03c0c692908e2b9b5386a99edd71
--- /dev/null
+++ b/Notebook_clase_4.ipynb
@@ -0,0 +1,45 @@
+{
+ "cells": [
+ {
+ "cell_type": "code",
+ "execution_count": 1,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "4"
+ ]
+ },
+ "execution_count": 1,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "2+2"
+ ]
+ }
+ ],
+ "metadata": {
+ "kernelspec": {
+ "display_name": "Python 3",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 3
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython3",
+ "version": "3.7.3"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 4
+}
diff --git a/text_file b/text_file
deleted file mode 100644
index 567a18892ce423c49c8b6f8750ec19916021c9e9..0000000000000000000000000000000000000000
--- a/text_file
+++ /dev/null
@@ -1,3 +0,0 @@
-#hola mundo
-
-##escribir_aqui
diff --git a/text_file.md b/text_file.md
new file mode 100644
index 0000000000000000000000000000000000000000..ccdb7c87eb06dff85028cadacb3ce962728a33b2
--- /dev/null
+++ b/text_file.md
@@ -0,0 +1,4 @@
+# hola mundo
+
+## escribir_aqui
+## esta es una modificacion desde el clone!