diff --git a/IncomeTaxSystem/.idea/.gitignore b/IncomeTaxSystem/.idea/.gitignore
deleted file mode 100644
index 26d3352..0000000
--- a/IncomeTaxSystem/.idea/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
diff --git a/IncomeTaxSystem/.idea/New folder.iml b/IncomeTaxSystem/.idea/New folder.iml
deleted file mode 100644
index d0876a7..0000000
--- a/IncomeTaxSystem/.idea/New folder.iml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/IncomeTaxSystem/.idea/inspectionProfiles/Project_Default.xml b/IncomeTaxSystem/.idea/inspectionProfiles/Project_Default.xml
deleted file mode 100644
index 99e1656..0000000
--- a/IncomeTaxSystem/.idea/inspectionProfiles/Project_Default.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/IncomeTaxSystem/.idea/inspectionProfiles/profiles_settings.xml b/IncomeTaxSystem/.idea/inspectionProfiles/profiles_settings.xml
deleted file mode 100644
index 105ce2d..0000000
--- a/IncomeTaxSystem/.idea/inspectionProfiles/profiles_settings.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/IncomeTaxSystem/.idea/misc.xml b/IncomeTaxSystem/.idea/misc.xml
deleted file mode 100644
index 228e855..0000000
--- a/IncomeTaxSystem/.idea/misc.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/IncomeTaxSystem/.idea/modules.xml b/IncomeTaxSystem/.idea/modules.xml
deleted file mode 100644
index ed380a0..0000000
--- a/IncomeTaxSystem/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/IncomeTaxSystem/__pycache__/config.cpython-313.pyc b/IncomeTaxSystem/__pycache__/config.cpython-313.pyc
deleted file mode 100644
index 472db8c..0000000
Binary files a/IncomeTaxSystem/__pycache__/config.cpython-313.pyc and /dev/null differ
diff --git a/__pycache__/config.cpython-313.pyc b/__pycache__/config.cpython-313.pyc
index 4f6189a..472db8c 100644
Binary files a/__pycache__/config.cpython-313.pyc and b/__pycache__/config.cpython-313.pyc differ
diff --git a/IncomeTaxSystem/config.py b/config.py
similarity index 100%
rename from IncomeTaxSystem/config.py
rename to config.py
diff --git a/IncomeTaxSystem/js/App.js b/js/App.js
similarity index 100%
rename from IncomeTaxSystem/js/App.js
rename to js/App.js
diff --git a/IncomeTaxSystem/js/FormPage.js b/js/FormPage.js
similarity index 100%
rename from IncomeTaxSystem/js/FormPage.js
rename to js/FormPage.js
diff --git a/IncomeTaxSystem/main.py b/main.py
similarity index 100%
rename from IncomeTaxSystem/main.py
rename to main.py
diff --git a/IncomeTaxSystem/static/index.css b/static/index.css
similarity index 100%
rename from IncomeTaxSystem/static/index.css
rename to static/index.css
diff --git a/IncomeTaxSystem/static/logo.png b/static/logo.png
similarity index 100%
rename from IncomeTaxSystem/static/logo.png
rename to static/logo.png
diff --git a/IncomeTaxSystem/static/uploads/AY_18-19_REfund_Working.xlsx b/static/uploads/AY_18-19_REfund_Working.xlsx
similarity index 100%
rename from IncomeTaxSystem/static/uploads/AY_18-19_REfund_Working.xlsx
rename to static/uploads/AY_18-19_REfund_Working.xlsx
diff --git a/IncomeTaxSystem/static/uploads/Contractor_Report_194.xlsx b/static/uploads/Contractor_Report_194.xlsx
similarity index 100%
rename from IncomeTaxSystem/static/uploads/Contractor_Report_194.xlsx
rename to static/uploads/Contractor_Report_194.xlsx
diff --git a/IncomeTaxSystem/static/uploads/Feedback_Report_Form.pdf b/static/uploads/Feedback_Report_Form.pdf
similarity index 100%
rename from IncomeTaxSystem/static/uploads/Feedback_Report_Form.pdf
rename to static/uploads/Feedback_Report_Form.pdf
diff --git a/IncomeTaxSystem/static/uploads/ITR_Report_2001_4.xlsx b/static/uploads/ITR_Report_2001_4.xlsx
similarity index 100%
rename from IncomeTaxSystem/static/uploads/ITR_Report_2001_4.xlsx
rename to static/uploads/ITR_Report_2001_4.xlsx
diff --git a/IncomeTaxSystem/static/uploads/Rakesh_Kumar1.xlsx b/static/uploads/Rakesh_Kumar1.xlsx
similarity index 100%
rename from IncomeTaxSystem/static/uploads/Rakesh_Kumar1.xlsx
rename to static/uploads/Rakesh_Kumar1.xlsx
diff --git a/IncomeTaxSystem/templates/ao_form.html b/templates/ao_form.html
similarity index 100%
rename from IncomeTaxSystem/templates/ao_form.html
rename to templates/ao_form.html
diff --git a/IncomeTaxSystem/templates/ao_reports.html b/templates/ao_reports.html
similarity index 100%
rename from IncomeTaxSystem/templates/ao_reports.html
rename to templates/ao_reports.html
diff --git a/IncomeTaxSystem/templates/cit_form.html b/templates/cit_form.html
similarity index 100%
rename from IncomeTaxSystem/templates/cit_form.html
rename to templates/cit_form.html
diff --git a/IncomeTaxSystem/templates/cit_reports.html b/templates/cit_reports.html
similarity index 100%
rename from IncomeTaxSystem/templates/cit_reports.html
rename to templates/cit_reports.html
diff --git a/IncomeTaxSystem/templates/index.html b/templates/index.html
similarity index 100%
rename from IncomeTaxSystem/templates/index.html
rename to templates/index.html
diff --git a/IncomeTaxSystem/templates/itat_form.html b/templates/itat_form.html
similarity index 100%
rename from IncomeTaxSystem/templates/itat_form.html
rename to templates/itat_form.html
diff --git a/IncomeTaxSystem/templates/itat_reports.html b/templates/itat_reports.html
similarity index 100%
rename from IncomeTaxSystem/templates/itat_reports.html
rename to templates/itat_reports.html
diff --git a/IncomeTaxSystem/templates/itr_form.html b/templates/itr_form.html
similarity index 100%
rename from IncomeTaxSystem/templates/itr_form.html
rename to templates/itr_form.html
diff --git a/IncomeTaxSystem/templates/itr_reports.html b/templates/itr_reports.html
similarity index 100%
rename from IncomeTaxSystem/templates/itr_reports.html
rename to templates/itr_reports.html
diff --git a/IncomeTaxSystem/templates/reports.html b/templates/reports.html
similarity index 100%
rename from IncomeTaxSystem/templates/reports.html
rename to templates/reports.html
diff --git a/IncomeTaxSystem/templates/stage_reports.html b/templates/stage_reports.html
similarity index 100%
rename from IncomeTaxSystem/templates/stage_reports.html
rename to templates/stage_reports.html
diff --git a/IncomeTaxSystem/templates/summary_reports.html b/templates/summary_reports.html
similarity index 100%
rename from IncomeTaxSystem/templates/summary_reports.html
rename to templates/summary_reports.html
diff --git a/IncomeTaxSystem/templates/upload.html b/templates/upload.html
similarity index 100%
rename from IncomeTaxSystem/templates/upload.html
rename to templates/upload.html
diff --git a/IncomeTaxSystem/templates/view_docs.html b/templates/view_docs.html
similarity index 100%
rename from IncomeTaxSystem/templates/view_docs.html
rename to templates/view_docs.html
diff --git a/IncomeTaxSystem/templates/welcome.html b/templates/welcome.html
similarity index 100%
rename from IncomeTaxSystem/templates/welcome.html
rename to templates/welcome.html