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


# Virtual environments
.venv

# 配置文件
.env
*.cfg
*.ini
*.yaml
*.yml

%数据
data/**/*.csv
tests/testData/*
*.bin