更新 .gitignore

This commit is contained in:
yuanbiao 2024-08-05 12:02:04 +08:00
parent 38922f3068
commit 6aa3964a2b
1 changed files with 64 additions and 143 deletions

207
.gitignore vendored
View File

@ -1,162 +1,83 @@
# ---> Python # ---> ROS
# Byte-compiled / optimized / DLL files devel/
**/__pycache__/ logs/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/ build/
develop-eggs/ bin/
dist/
downloads/
eggs/
.eggs/
lib/ lib/
lib64/ msg_gen/
parts/ srv_gen/
sdist/ msg/*Action.msg
var/ msg/*ActionFeedback.msg
wheels/ msg/*ActionGoal.msg
share/python-wheels/ msg/*ActionResult.msg
*.egg-info/ msg/*Feedback.msg
.installed.cfg msg/*Goal.msg
*.egg msg/*Result.msg
MANIFEST msg/_*.py
build_isolated/
devel_isolated/
# PyInstaller # Generated by dynamic reconfigure
# Usually these files are written by a python script from a template *.cfgc
# before PyInstaller builds the exe, so as to inject date/other infos into it. /cfg/cpp/
*.manifest /cfg/*.py
*.spec
# Installer logs # Ignore generated docs
pip-log.txt *.dox
pip-delete-this-directory.txt *.wikidoc
# Unit test / coverage reports # eclipse stuff
htmlcov/ .project
.tox/ .cproject
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Translations # qcreator stuff
*.mo CMakeLists.txt.user
*.pot
# Django stuff: srv/_*.py
*.log *.pcd
local_settings.py *.pyc
db.sqlite3 qtcreator-*
db.sqlite3-journal *.user
# Flask stuff: /planning/cfg
instance/ /planning/docs
.webassets-cache /planning/src
# Scrapy stuff: *~
.scrapy
# Sphinx documentation # Emacs
docs/_build/ .#*
# PyBuilder # Catkin custom files
.pybuilder/ CATKIN_IGNORE
target/
# Jupyter Notebook # ---> ROS2
.ipynb_checkpoints install/
log/
build/
# IPython # Ignore generated docs
profile_default/ *.dox
ipython_config.py *.wikidoc
# pyenv # eclipse stuff
# For a library or package, you might want to ignore these files since the code is .project
# intended to run in multiple environments; otherwise, check them in: .cproject
# .python-version
# pipenv # qcreator stuff
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. CMakeLists.txt.user
# 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
# poetry srv/_*.py
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. *.pcd
# This is especially recommended for binary packages to ensure reproducibility, and is more *.pyc
# commonly ignored for libraries. qtcreator-*
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control *.user
#poetry.lock
# pdm *~
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
# https://pdm.fming.dev/#use-with-ide
.pdm.toml
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm # Emacs
__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
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
# Cython debug symbols
cython_debug/
# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# Colcon custom files
COLCON_IGNORE
AMENT_IGNORE