From a65e7efa6305ce3c4598cd6f76a04962b28476c0 Mon Sep 17 00:00:00 2001 From: pjpatil12 Date: Mon, 29 Dec 2025 15:46:50 +0530 Subject: [PATCH] V2 code commit --- .gitignore | 17 +++++++++++++++++ README.md | 3 +++ 2 files changed, 20 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4a2326d --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Python +*.__pycache__ +*.pyc +*.pyo +*.pyd + +# Ingnor upload files +static/uploads/ + +# Ignore files +venv + +# Ignore Log files ss +logs/ + + + diff --git a/README.md b/README.md new file mode 100644 index 0000000..0f0e572 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Income tax Software + +Income tax Software \ No newline at end of file