From 347857205157729ce30bc79ac59d1ead30189e2a Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 29 Oct 2025 18:44:51 +0530 Subject: [PATCH 1/2] Add Python-focused .gitignore --- .gitignore | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2b8302c --- /dev/null +++ b/.gitignore @@ -0,0 +1,83 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# Virtual environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# PyInstaller +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.nox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +*.py,cover +.hypothesis/ +.pytest_cache/ + +# Jupyter Notebook +.ipynb_checkpoints + +# pyenv +.python-version + +# PDM +.pdm.toml +__pypackages__/ + +# mypy +.mypy_cache/ +.dmypy.json +dmypy.json + +# Pyre type checker +.pyre/ + +# pytype +.pytype/ + +# Cython debug symbols +cython_debug/ + From 143d4c0540f963f356e6411979005032f7a023ec Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 29 Oct 2025 18:47:57 +0530 Subject: [PATCH 2/2] Add Python-focused .gitignore --- .gitignore | 82 +++++++++++++++++++++++++++++++++++++++++++++++++ Python-Programs | 1 + 2 files changed, 83 insertions(+) create mode 160000 Python-Programs diff --git a/.gitignore b/.gitignore index 2b8302c..eef35a7 100644 --- a/.gitignore +++ b/.gitignore @@ -80,4 +80,86 @@ dmypy.json # Cython debug symbols cython_debug/ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# Virtual environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# PyInstaller +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.nox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +*.py,cover +.hypothesis/ +.pytest_cache/ + +# Jupyter Notebook +.ipynb_checkpoints + +# pyenv +.python-version + +# PDM +.pdm.toml +__pypackages__/ + +# mypy +.mypy_cache/ +.dmypy.json +dmypy.json + +# Pyre type checker +.pyre/ + +# pytype +.pytype/ + +# Cython debug symbols +cython_debug/ diff --git a/Python-Programs b/Python-Programs new file mode 160000 index 0000000..26bd43b --- /dev/null +++ b/Python-Programs @@ -0,0 +1 @@ +Subproject commit 26bd43bface102a7e534df0cdf3d9580e933b177