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