Video-Summary/.gitignore

88 lines
883 B
Plaintext

# Test footage and media files
generate test footage/images/
generate test footage/3.MP4
input/*
short.mp4
*.mp4
*.weights
*.m4v
docs/ueberblick.drawio.png
# Output and cache
output/
/output/*.txt
tmp/tmp.prof
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
*.manifest
*.spec
pip-log.txt
pip-delete-this-directory.txt
# Virtual environments
venv/
ENV/
env/
.venv
# Testing
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.pytest_cache/
# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Jupyter
.ipynb_checkpoints
*.ipynb
# Environment variables
.env
.env.local
# Pre-commit
.pre-commit-config.yaml.bak