From bd3664c6315dca15d15bdf4d4a6342b2131e041c Mon Sep 17 00:00:00 2001 From: anand Date: Sat, 13 Dec 2025 17:06:22 +0530 Subject: moving --- django/uvdj/uvdjango/.gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 django/uvdj/uvdjango/.gitignore (limited to 'django/uvdj/uvdjango/.gitignore') diff --git a/django/uvdj/uvdjango/.gitignore b/django/uvdj/uvdjango/.gitignore new file mode 100644 index 0000000..505a3b1 --- /dev/null +++ b/django/uvdj/uvdjango/.gitignore @@ -0,0 +1,10 @@ +# Python-generated files +__pycache__/ +*.py[oc] +build/ +dist/ +wheels/ +*.egg-info + +# Virtual environments +.venv -- cgit v1.2.3