Files
Handcontrol_LYT_Version_Win…/.gitignore
2024-12-09 21:04:49 +08:00

41 lines
338 B
Plaintext

# Python 编译产物和临时文件
*.pyc
__pycache__/
*.pyo
*.pyd
*.pyz
*.pyw
# virtualenv / venv / env
env/
venv/
.venv/
# pipenv
.venv
Pipfile.lock
# poetry
.venv
poetry.lock
# PyCharm
.idea/
*.iml
# Visual Studio Code
.vscode/
# 日志和临时文件
*.log
logs/
temp/
Log/
# macOS
.DS_Store
# Windows
Thumbs.db
det_images/*