diff --git a/.gitignore b/.gitignore index 2d937af..38e8dc0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ -*ffindex -.vspreview - # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -17,12 +14,12 @@ dist/ downloads/ eggs/ .eggs/ -lib/ lib64/ parts/ sdist/ var/ wheels/ +pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg @@ -52,7 +49,6 @@ coverage.xml *.py,cover .hypothesis/ .pytest_cache/ -cover/ # Translations *.mo @@ -73,9 +69,10 @@ instance/ # Sphinx documentation docs/_build/ +docs/make.bat +docs/Makefile # PyBuilder -.pybuilder/ target/ # Jupyter Notebook @@ -86,9 +83,7 @@ profile_default/ ipython_config.py # pyenv -# For a library or package, you might want to ignore these files since the code is -# intended to run in multiple environments; otherwise, check them in: -# .python-version +.python-version # pipenv # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. @@ -97,12 +92,8 @@ ipython_config.py # install all needed dependencies. #Pipfile.lock -# PEP 582; used by e.g. github.com/David-OConnor/pyflow -__pypackages__/ - -# Celery stuff +# celery beat schedule file celerybeat-schedule -celerybeat.pid # SageMath parsed files *.sage.py @@ -134,8 +125,15 @@ dmypy.json # Pyre type checker .pyre/ -# pytype static type analyzer -.pytype/ +# vscode folder +.vscode + +# vsjet folder +.vsjet/ + +# Index files +*.ffindex +*.lwi -# Cython debug symbols -cython_debug/ \ No newline at end of file +# Video test file +*.mkv