# Ignore video files
*.mp4
*.mkv
*.avi
*.mov

# Ignore generated CLMP files
*.clmp

# Ignore python cache
__pycache__/
*.pyc

# Ignore OS files
.DS_Store
Thumbs.db
settings.json

# PyPI build artifacts
dist/
build/
*.egg-info/
