# Local Python environments and caches
.venv/
__pycache__/
*.py[cod]
.ipynb_checkpoints/

# Local configuration and stop files
.env
.env.*
.safeword

# OS/editor noise
.DS_Store

# Slurm opens these scheduler logs before a worker can verify its Git revision.
slurm.*.out
slurm.*.err

# Large generated pipeline outputs.
#
# Ignore raw source data by default. Keep only the named small seed sample.
data/raw/**
!data/raw/
!data/raw/.gitkeep

# Always keep our pet sample video.
!data/raw/start04_sample_5s.mp4

data/qc/**
!data/qc/
!data/qc/.gitkeep
!data/qc/README.md

data/artifacts/**
!data/artifacts/
!data/artifacts/.gitkeep
!data/artifacts/README.md

data/experiments/*

# Always keep our pet experiment
!data/experiments/experiment_example_5s/

# A no-sync folder
data/no-sync/**

# Local distribution staging output
distribution-1/
