diff --git a/.gitignore b/.gitignore index f4bab7af..7f15fa3f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,40 @@ # mac file systems .DS_Store -# compiled python codes -*.pyc -*egg-info/** -dist/** +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST .idea/** +# Tutorial **/\.ipynb_checkpoints/** **/SegTrackv2.zip **/SegTrackv2/** -build/** -dist/** # Vscode .vscode/** @@ -23,3 +45,6 @@ venv*/** # Pyenv .python-version + +# Sphinx +docs/build