ffmpeg-transcoder/.gitignore
2025-06-22 17:33:43 -04:00

55 lines
599 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
.venv/
env/
venv/
# VSCode settings
.vscode/
# macOS and Linux system files
.DS_Store
Thumbs.db
# Docker-related
*.log
*.pid
*.tar
*.sock
# Ignore test output or temporary files
*.tmp
*.bak
*.swp
# Python artifacts
*.egg-info/
*.egg
dist/
build/
# PyInstaller
*.spec
# Coverage reports
htmlcov/
.coverage
.cache
nosetests.xml
coverage.xml
*.cover
# MyPy
.mypy_cache/
# Presets and data you dont want in Git
presets/
data/
# Frontend build output (optional if using React)
frontend/build/