From 4077f0c7e33a3c2493bec0bb4e2f63e6e201d02b Mon Sep 17 00:00:00 2001 From: sh4un <97253929+sh4un-dot-com@users.noreply.github.com> Date: Tue, 18 Nov 2025 18:57:00 -0500 Subject: [PATCH] Update .gitignore --- .gitignore | 139 ++--------------------------------------------------- 1 file changed, 5 insertions(+), 134 deletions(-) diff --git a/.gitignore b/.gitignore index 6deb58e..41ee114 100644 --- a/.gitignore +++ b/.gitignore @@ -1,141 +1,12 @@ # .gitignore -# 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/ -pip-wheel-metadata/ -share/python-wheels/ -*.egg-info/ -.installed.cfg -*.egg -MANIFEST - -# PyInstaller -# Usually these files are written by a pyinstaller script; adding them -# here helps ensure they're not committed accidentally. -*.spec -*.pyzw - -# 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/ - -# Translations -*.mo -*.pot - -# Django stuff: -*.log -local_settings.py -db.sqlite3 -db.sqlite3-journal - -# Flask stuff: -instance/ -.webassets-cache - -# Scrapy stuff: -.scrapy - -# Sphinx documentation -docs/_build/ - -# PyBuilder -target/ - -# Jupyter Notebook -.ipynb_checkpoints - -# IPython -profile_default/ -ipython_config.py - -# pyenv -.python-version - -# pipenv -# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. -# Pipfile - -# PEP 582; used by PDM, Flit and potentially other packaging tools. -__pypackages__/ - -# Celery stuff -celerybeat-schedule -celerybeat.pid - -# SageMath parsed files -*.sage.py - -# Environments -.env .venv/ -env/ venv/ -ENV/ -env.bak/ -venv.bak/ - -# Spyder project settings -.spyderproject -.spyproject - -# Rope project settings -.ropeproject - -# Vendor dependencies -/vendor -/vendors - -# IDE / Editor specific files -.idea/ -.vscode/ -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw? - -# Log files -*.log -logs/ - -# Temporary files -*.tmp -*~ - -# Configuration files (users should copy from example) +env/ config.ini +.pytest_cache/ +.coverage +htmlcov/ +*.log