# 环境变量
.env

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
venv/
.venv/

# 系统
Thumbs.db
.DS_Store

# 日志
*.log

# Simulink 自动生成
*.slxc
