# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
ENV/

# Streamlit
.streamlit/secrets.toml

# IDE
.idea/
.vscode/
*.swp
*.swo

# 其他
.DS_Store

# 示例配置文件可以提交
!.streamlit/secrets.example.toml 