From bd3664c6315dca15d15bdf4d4a6342b2131e041c Mon Sep 17 00:00:00 2001 From: anand Date: Sat, 13 Dec 2025 17:06:22 +0530 Subject: moving --- django/factwise-python/.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 django/factwise-python/.gitignore (limited to 'django/factwise-python/.gitignore') diff --git a/django/factwise-python/.gitignore b/django/factwise-python/.gitignore new file mode 100644 index 0000000..6b24a29 --- /dev/null +++ b/django/factwise-python/.gitignore @@ -0,0 +1,9 @@ +__pycache__/ +*.pyc +env/ +venv/ +.idea/ +.vscode/ +db/ +out/ +*.sqlite3 -- cgit v1.2.3