unitree_sdk2_python/.gitignore

39 lines
296 B
Plaintext
Raw Normal View History

2024-04-26 21:26:50 +08:00
# Generated by MacOS
.DS_Store
# Generated by Windows
Thumbs.db
# Applications
*.app
*.exe
*.war
# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv
*.jpg
*.png
# VS Code
.vscode
# other
*.egg-info
__pycache__
# IDEs
.idea
# cache
.pytest_cache
# JetBrains IDE
.idea/
2024-10-28 15:05:12 +08:00
# python
dist/