robotics_transformer/.gitignore

26 lines
253 B
Plaintext
Raw Normal View History

2022-12-10 03:58:47 +08:00
# Compiled python modules.
*.pyc
# Byte-compiled
_pycache__/
.cache/
# Poetry, setuptools, PyPI distribution artifacts.
/*.egg-info
.eggs/
build/
dist/
poetry.lock
# Tests
.pytest_cache/
# Type checking
.pytype/
# Other
*.DS_Store
# PyCharm
.idea