# 环境变量文件（包含敏感信息）
.env

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
*.egg

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

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

# macOS
.DS_Store
/test/

# 敏感测试数据
tests/*.xlsx
tests/*.xls

# Python 锁定文件（可能包含私服地址）
uv.lock
