diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..7bfcd7a0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+__pycache__/
+*.pyc
\ No newline at end of file
diff --git a/README.md b/README.md
index 2b346e64..2c56437f 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ A tool for analyzing text data in Django backend
It is a simple django project or website in which we can Analyze text.
-
What Can We do from textutils ?
+What Can We do from Textutils ?
1)Remove Punctuations
2)UPPERCASE
3)New Line Remove
diff --git a/faq b/faq
deleted file mode 100644
index 24c1dbeb..00000000
--- a/faq
+++ /dev/null
@@ -1,48 +0,0 @@
-[33mcommit b800ae905bd825cd3002ef1754962b5fad845001[m[33m ([m[1;36mHEAD -> [m[1;32mmaster[m[33m)[m
-Author: NikhilRajPandey
-Date: Wed Feb 6 20:06:38 2019 +0530
-
- I have fix the issue when we write a message and a extraspace in the last
- in textarea and after then we use extraspace remover than it give a error
- then i have fix this error.
-
-[33mcommit 5e6e2d3c621c552515ec790f1037453da936fa80[m
-Author: NikhilRajPandey
-Date: Wed Feb 6 19:28:13 2019 +0530
-
- Making a copy button
-
-[33mcommit cc5d39de3b599d75aa465bc0d59470416dd9f8ea[m
-Author: NikhilRajPandey
-Date: Wed Feb 6 18:58:46 2019 +0530
-
- Making Validation on textarea
-
-[33mcommit 3701414d41415326186656fe72d0e9a895b46022[m[33m ([m[1;31morigin/master[m[33m, [m[1;31morigin/HEAD[m[33m)[m
-Author: Haris Ali Khan
-Date: Tue Feb 5 23:06:35 2019 +0530
-
- Changed TextUtils Url in Navbar
-
- Changed TextUtils Url from textutils.com to textutils.in in Navbar
-
-[33mcommit f9aeb2107d2da7c7647c3a2c08be4d5fbdb924c9[m
-Merge: 603fa3a 199f86e
-Author: Haris Ali Khan
-Date: Tue Feb 5 22:59:21 2019 +0530
-
- Merge pull request #1 from RohanDas28/master
-
- Added Footer and Typed.js
-
-[33mcommit 199f86ecaf3dbd75d7e2ac29a674905a2a55d519[m
-Author: Rohan Das
-Date: Tue Feb 5 19:28:04 2019 +0530
-
- Added Footer and Typed.js
-
-[33mcommit 603fa3a32a7af3fda321879f2d550c9403337318[m
-Author: Haris Ali Khan
-Date: Tue Feb 5 09:10:41 2019 +0530
-
- First commit
diff --git a/textutils/__pycache__/__init__.cpython-36.pyc b/textutils/__pycache__/__init__.cpython-36.pyc
deleted file mode 100644
index a96cdcef..00000000
Binary files a/textutils/__pycache__/__init__.cpython-36.pyc and /dev/null differ
diff --git a/textutils/__pycache__/__init__.cpython-37.pyc b/textutils/__pycache__/__init__.cpython-37.pyc
deleted file mode 100644
index 923ac397..00000000
Binary files a/textutils/__pycache__/__init__.cpython-37.pyc and /dev/null differ
diff --git a/textutils/__pycache__/settings.cpython-36.pyc b/textutils/__pycache__/settings.cpython-36.pyc
deleted file mode 100644
index 88940458..00000000
Binary files a/textutils/__pycache__/settings.cpython-36.pyc and /dev/null differ
diff --git a/textutils/__pycache__/settings.cpython-37.pyc b/textutils/__pycache__/settings.cpython-37.pyc
deleted file mode 100644
index ae2fc44c..00000000
Binary files a/textutils/__pycache__/settings.cpython-37.pyc and /dev/null differ
diff --git a/textutils/__pycache__/urls.cpython-36.pyc b/textutils/__pycache__/urls.cpython-36.pyc
deleted file mode 100644
index 92b9500c..00000000
Binary files a/textutils/__pycache__/urls.cpython-36.pyc and /dev/null differ
diff --git a/textutils/__pycache__/urls.cpython-37.pyc b/textutils/__pycache__/urls.cpython-37.pyc
deleted file mode 100644
index 6283b7a7..00000000
Binary files a/textutils/__pycache__/urls.cpython-37.pyc and /dev/null differ
diff --git a/textutils/__pycache__/views.cpython-36.pyc b/textutils/__pycache__/views.cpython-36.pyc
deleted file mode 100644
index 986e0ff8..00000000
Binary files a/textutils/__pycache__/views.cpython-36.pyc and /dev/null differ
diff --git a/textutils/__pycache__/views.cpython-37.pyc b/textutils/__pycache__/views.cpython-37.pyc
deleted file mode 100644
index c339e7dd..00000000
Binary files a/textutils/__pycache__/views.cpython-37.pyc and /dev/null differ
diff --git a/textutils/__pycache__/wsgi.cpython-36.pyc b/textutils/__pycache__/wsgi.cpython-36.pyc
deleted file mode 100644
index 39fa6490..00000000
Binary files a/textutils/__pycache__/wsgi.cpython-36.pyc and /dev/null differ
diff --git a/textutils/__pycache__/wsgi.cpython-37.pyc b/textutils/__pycache__/wsgi.cpython-37.pyc
deleted file mode 100644
index d2d54316..00000000
Binary files a/textutils/__pycache__/wsgi.cpython-37.pyc and /dev/null differ