# 环境变量文件 .env # Python缓存 __pycache__/ *.pyc *.pyo *.pyd .Python *.so # IDE文件 .vscode/ .idea/ *.swp *.swo # 系统文件 .DS_Store Thumbs.db # 日志文件 *.log