# Python 相关文件
__pycache__/
*.py[cod]
*.so
*.dll
*.dylib
*.pyd
*.egg-info/
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/
.cache/

# 构建目录
build/
dist/
wheels/
target/
rust/target/

# 虚拟环境
.venv/
env/
venv/
ENV/

# 依赖管理
Cargo.lock
uv.lock
# .uv/
.uv_cache/
.ruff_cache/

# IDE 和编辑器
.idea/
.vscode/
.cursor/
# .lingma/
.vs/
*.swp
*.swo


# 临时文件和系统文件
.DS_Store

# 图像和媒体文件
*.png
*.jpg
*.pdf

# Jupyter 文件
.ipynb_checkpoints/

# 日志和数据文件
*.log
logs/
results/

# 本地配置
.env
.env.local
auto_activate_venv.sh
deactivate_temp.sh
# tools/auto_activate_venv.sh

# 工具和脚本（本地使用，不加入版本控制）
# tools/
# Makefile
todos/

# 示例文件夹（通常不加入版本控制）
# examples/

# 测试文件夹（通常加入版本控制）
# test/
output/
.history/

rust/target/
rust/.cargo/
Cargo.lock
typings/

examples/output*

# Added by Task Master AI
# Logs
logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
dev-debug.log
# Dependency directories
node_modules/
# Environment variables
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# OS specific
# Task files
tasks.json
tasks/ 
vendors/


*py_*/
*history*/
__init__.py