# 忽略文件夹中的所有内容，但保留文件夹本身
# 原始视频文件夹
recordings/*
!recordings/.gitkeep

# 原始图像文件夹
images/*
!images/.gitkeep

# 原始图像裁剪人体文件夹
crop/*
!crop/.gitkeep

# 人脸对比结果
result/*
!result/.gitkeep

# 人脸对比文件夹
data/*
!data/.gitkeep

# 测试数据集
dataset/*
!dataset/.gitkeep
