*.DS_Store
*__pycache__*
*.pyc
*py.typed
*.ipynb
*.ipynb_checkpoints
src/thagomizer/_version.py

# docs
*site/*

# video files
*.avi
*.vtt
*.mkv
*.webm
*.webvtt

*egg-info*