# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Compiled extensions (built by CI)
*.so
*.dylib

# 注意：不再忽略 .pyd 文件，因为需要将预编译的二进制文件打包
# 如果需要排除特定的 .pyd 文件，请在下面明确列出
# *.pyd

# Build artifacts
*.mod
*.o

# IDE
.idea/
.vscode/

# Test outputs
*.html
*.json
