From 9facfa156b6c17cdd1ed888330bbf3ef8042f3bb Mon Sep 17 00:00:00 2001 From: Roshni Date: Mon, 23 Sep 2024 10:09:30 -0700 Subject: [PATCH] agai Former-commit-id: 2cd5d97c5e517b1f0b6e6bde8065600987baeffd --- .gitignore | 39 ++------------------------------------- 1 file changed, 2 insertions(+), 37 deletions(-) diff --git a/.gitignore b/.gitignore index 891fef4c..02202cd1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,37 +1,2 @@ -# Node modules -node_modules/ - -# Virtual environment -venv/ - -# Generated lock files -pnpm-lock.yaml -package-lock.json - -# TypeScript cache -*.tsbuildinfo - -# Log files -*.log - -# Environment files -.env -.env.local -.env.development.local -.env.test.local -.env.production.local - -# Ignore Python-related files (if applicable) -__pycache__/ -*.pyc - -# Ignore Jupyter Notebook checkpoints -.ipynb_checkpoints/ - -# Ignore CSVs or data files -*.csv - -# Ignore build output -dist/ -build/ -public/ +/node_modules/ +/venv/ \ No newline at end of file