# 日志文件
logs
*.log

# 编译和构建产物
*.pyc
dist/
tmp*
*.txt
**/node_modules
uv.lock
.venv

# Python相关
curie/venv
curie.egg-info/
curie_ai.egg-info/

# 配置文件
# config.toml
curie/config.toml
baselines/openhands/config.toml
**/.env
llm_router/model_list.yaml
llm_router/extra_model_list.yaml
llm_router/local_model_list.yaml
llm_router/local_llm_tunnel.sh
.streamlit/secrets.toml
config.toml

# 凭据和敏感信息
.aws_creds
baselines/autobuild/.OAI_CONFIG_LIST
curie/setup/env.sh
.streamlit/openlens.icu.key
.streamlit/openlens.icu.pem
.streamlit/app.openlens.icu.key
.streamlit/app.openlens.icu.pem
webui/utils/translation_llm.json

# 缓存和临时文件
code_logging
baselines/openhands/session_cache
baselines/openhands/workspace
workspace/*
benchmark/*txt
*.DS_Store
*.vscode/
*.egg-info
build
openlens_ai/tools/openhands_configs/texlive

# 测试相关
curie/tests/test_claude.py

# 数据和输出目录
datasets
outputs
exp/saved_exp
downloads
.langgraph_api
exp/docker
data/
model/saves

# 其他
debug
curie/setup/*
modules/OpenHands/docs
modules/OpenHands/evaluation
*.iso