Files
mitus/.gitignore
Mariano Gabriel cd7b0aed07 refactor
2025-10-20 00:03:41 -03:00

12 lines
177 B
Plaintext

# Sample videos
samples/*
!samples/.gitkeep
# Output directories (timestamped folders for each video)
output/*
!output/.gitkeep
# Python cache
__pycache__
*.pyc
.pytest_cache/