Files
meetus/.gitignore
2026-06-09 17:41:04 -03:00

15 lines
192 B
Plaintext

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