Files
mitus/.gitignore
2025-10-19 22:49:36 -03:00

11 lines
125 B
Plaintext

# Sample videos
samples/*
!samples/.gitkeep
# Output files
output/*
!output/.gitkeep
# Extracted frames
frames/
__pycache__