https://github.com/Breakthrough/PySceneDetect
Raw File
Tip revision: 63db02a012945d6ca1f7d72c77682c611a0ebee1 authored by Breakthrough on 07 July 2024, 22:08:54 UTC
[build] Support ruff for format/lint checks.
Tip revision: 63db02a
.gitignore
docs/_build/
website/build/
tests/resources/*
*.mp4
*.jpg
*.jpeg
*.patch
*.exe
*.mkv
*.m4v
*.csv


# From https://raw.githubusercontent.com/github/gitignore/main/Python.gitignore

__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
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
*.mo
*.pot
.scrapy
docs/_build/
.pybuilder/
target/
.ipynb_checkpoints
profile_default/
ipython_config.py
.pdm.toml
__pypackages__/
celerybeat-schedule
celerybeat.pid
*.sage.py
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.spyderproject
.spyproject
.ropeproject
/site
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
cython_debug/
back to top