From 7508abdb2ae052c55647687ea64404fe01646d75 Mon Sep 17 00:00:00 2001 From: Tanay Dalmia Date: Thu, 11 Dec 2025 12:30:31 +0000 Subject: [PATCH] testing --- .gitignore | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/.gitignore b/.gitignore index 8f322f0..ed427a3 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,59 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts + +# Python +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg + +# Python virtual environments +venv/ +ENV/ +env/ +.venv/ +.env/ +pythonenv*/ + +# Python package managers +pip-log.txt +pip-delete-this-directory.txt +Pipfile.lock +poetry.lock + +# Python testing +.pytest_cache/ +.tox/ +.nox/ +htmlcov/ +.coverage +.coverage.* +nosetests.xml +coverage.xml +*.cover + +# Jupyter Notebook +.ipynb_checkpoints/ + +# pyenv +.python-version + +# mypy +.mypy_cache/