64 lines
641 B
Plaintext
64 lines
641 B
Plaintext
# Python
|
|
*/__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.egg-info/
|
|
|
|
# IDEs and editors
|
|
.idea/
|
|
.vscode/
|
|
*.suo
|
|
# *.ntvs*
|
|
# *.njsproj
|
|
# # *.sln
|
|
# *.sw?
|
|
|
|
# OS generated files
|
|
# .DS_Store
|
|
# .DS_Store?
|
|
# ._*
|
|
# .Spotlight-V100
|
|
# .Trashes
|
|
# ehthumbs.db
|
|
# Thumbs.db
|
|
|
|
# Logs
|
|
log/
|
|
*.log
|
|
*.log.*
|
|
|
|
|
|
# Temporary files
|
|
# *.tmp
|
|
# *.temp
|
|
# .cache/
|
|
|
|
# Test coverage
|
|
# .coverage
|
|
# .coverage.*
|
|
# coverage.xml
|
|
|
|
# Debug
|
|
# *.pyc
|
|
# *.pyd
|
|
# *.so
|
|
# *.dll
|
|
# *.exe
|
|
|
|
# Runtime data
|
|
# pids
|
|
# *.pid
|
|
# *.seed
|
|
# *.pid.lock
|
|
|
|
# Project specific
|
|
# test.py
|
|
# test2.py
|
|
# test3.py
|
|
# test6.py
|
|
# TEST3.py
|
|
# workflow_test.py
|
|
# MvFGSdkLog/
|
|
# MvSDKLog/
|
|
# Trace/com_pose.txt
|
|
# Trace/com_pose2.txt |