update gitignore

This commit is contained in:
2026-08-13 00:02:14 -05:00
parent 90b7d9e58d
commit c49cff3394

390
.gitignore vendored
View File

@@ -1,218 +1,218 @@
!*.svg # comment out if you don't need vector files
!.vscode/*.code-snippets
!.vscode/extensions.json
!.vscode/launch.json
!.vscode/settings.json
!.vscode/tasks.json
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# For a library or package, you might want to ignore these files since the code is
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# https://pdm.fming.dev/#use-with-ide
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
# in version control.
# install all needed dependencies.
# intended to run in multiple environments; otherwise, check them in:
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# Usually these files are written by a python script from a template
# and can be added to the global gitignore or merged into this file. For a more nuclear
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# before PyInstaller builds the exe, so as to inject date/other infos into it.
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
# -*- mode: gitignore; -*-
# ---> Emacs
# ---> Java
# ---> Python # ---> Python
# ---> Vim
# ---> VisualStudioCode
# .python-version
# AUCTeX auto folder
# Auto-generated tag files
# BlueJ files
# Built Visual Studio Code Extensions
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
# C extensions __pycache__/
# Celery stuff
# Compiled class file
# Cython debug symbols
# Distribution / packaging
# Django stuff:
# Environments
# Flask stuff:
# Flycheck
IPython
# Installer logs
# Jupyter Notebook
# Local History for Visual Studio Code
# Log file
# Mobile Tools for Java (J2ME)
# Org-mode
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
# Package Files #
# Persistent undo
# PyBuilder
# PyCharm
# PyInstaller
# Pyre type checker
# Rope project settings
# SageMath parsed files
# Scrapy stuff:
# Session
# Sphinx documentation
# Spyder project settings
# Swap
# Temporary
# Translations
# Unit test / coverage reports
# cask packages
# directory configuration
# elpa packages
# eshell files
# flymake-mode
# mkdocs documentation
# mypy
# network security
# pdm
# pipenv
# poetry
# projectiles files
pyenv
# pytype static type analyzer
# reftex files
# server auth directory
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
#.idea/
#Pipfile.lock
#pdm.lock
#poetry.lock
*$py.class
*.class
*.cover
*.ctxt
*.db
*.ear
*.egg
*.egg-info/
*.elc
*.jar
*.log
*.manifest
*.mo
*.nar
*.pot
*.py,cover
*.py[cod] *.py[cod]
*.rar *$py.class
*.rel *.bk
*.sage.py
# C extensions
*.so *.so
*.spec
*.tar.gz # Distribution / packaging
*.vsix
*.war
*.zip
*_archive
*_flymake.*
*~
.Python .Python
.\#* build/
.cache develop-eggs/
.cask/ 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 python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage .coverage
.coverage.* .coverage.*
.dir-locals.el .cache
.dmypy.json nosetests.xml
.eggs/ coverage.xml
.env *.cover
.history/ *.py,cover
.hypothesis/ .hypothesis/
.installed.cfg
.ipynb_checkpoints
.mtj.tmp/
.mypy_cache/
.netrwhist
.nox/
.org-id-locations
.pdm.toml
.projectile
.pybuilder/
.pyre/
.pytest_cache/ .pytest_cache/
.pytype/
.ropeproject # Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy .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.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__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 .spyderproject
.spyproject .spyproject
.tox/
.venv # Rope project settings
.venv/ .ropeproject
.vscode/*
.web # mkdocs documentation
.webassets-cache /site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# ---> Emacs
# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop /.emacs.desktop
/.emacs.desktop.lock /.emacs.desktop.lock
/auto/ *.elc
/elpa/ auto-save-list
tramp
.\#*
# Org-mode
.org-id-locations
*_archive
# flymake-mode
*_flymake.*
# eshell files
/eshell/history /eshell/history
/eshell/lastdir /eshell/lastdir
/network-security.data
# elpa packages
/elpa/
# reftex files
*.rel
# AUCTeX auto folder
/auto/
# cask packages
.cask/
dist/
# Flycheck
flycheck_*.el
# server auth directory
/server/ /server/
/site
ENV/ # projectiles files
MANIFEST .projectile
Session.vim
Sessionx.vim # directory configuration
.dir-locals.el
# network security
/network-security.data
# ---> Vim
# Swap
[._]*.s[a-v][a-z] [._]*.s[a-v][a-z]
!*.svg # comment out if you don't need vector files
[._]*.sw[a-p] [._]*.sw[a-p]
[._]*.un~
[._]s[a-rt-v][a-z] [._]s[a-rt-v][a-z]
[._]ss[a-gi-z] [._]ss[a-gi-z]
[._]sw[a-p] [._]sw[a-p]
\#*\#
__pycache__/ # Session
__pypackages__/ Session.vim
auto-save-list Sessionx.vim
build/
celerybeat-schedule # Temporary
celerybeat.pid .netrwhist
cover/ *~
coverage.xml # Auto-generated tag files
cython_debug/ tags
db.sqlite3 # Persistent undo
db.sqlite3-journal [._]*.un~
develop-eggs/
dist/ # ---> VirtualEnv
dmypy.json # Virtualenv
docs/_build/ # http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
downloads/ .Python
eggs/ [Bb]in
env.bak/ [Ii]nclude
env/ [Ll]ib
flycheck_*.el [Ll]ib64
hs_err_pid* [Ll]ocal
htmlcov/ [Ss]cripts
instance/ pyvenv.cfg
ipython_config.py .venv
lib/ pip-selfcheck.json
lib64/
local_settings.py
nosetests.xml
parts/
pip-delete-this-directory.txt
pip-log.txt
profile_default/
replay_pid*
sdist/
share/python-wheels/
tags
target/
tramp
var/
venv.bak/
wheels/