deltacast-sdi-recorder/.gitignore
2026-04-14 09:21:06 -04:00

41 lines
359 B
Text

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.env
.venv/
venv/
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
htmlcov/
.coverage
# Node/Frontend
node_modules/
frontend/dist/
frontend/.vite/
# HLS temp files
/tmp/hls/
# Recordings
/recordings/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Environment
*.env
!.env.example