Subject: Update .gitignore from Debian packaging branch

The Debian packaging git branch contains these updates to the upstream
.gitignore file(s).  This patch is autogenerated, to provide these
updates to users of the official Debian archive view of the package.

[dgit (11.11) update-gitignore]
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index d75abc9..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,78 +0,0 @@
-### VisualStudioCode ###
-.vscode/*
-!.vscode/settings.json
-!.vscode/tasks.json
-!.vscode/extensions.json
-.history
-
-### HDMF ###
-
-# Auto-generated apidocs RST files
-/docs/source/gen_modules/
-/docs/source/hdmf*.rst
-/docs/gallery/*.hdf5
-/docs/gallery/*.sqlite
-/docs/gallery/expanded_example_dynamic_term_set.yaml
-/docs/gallery/schemasheets/nwb_static_enums.yaml
-
-# Auto-generated files after running tutorials
-mylab.*.yaml
-*.npy
-manifest.json
-
-# Auto-generated tutorials
-/docs/source/tutorials/
-
-### Python ###
-# Byte-compiled / optimized / DLL files
-__pycache__/
-*.py[cod]
-*$py.class
-
-# Sphinx documentation
-/docs/_build/
-/docs/build/
-
-
-# setuptools
-/build/
-/dist/
-*.egg-info
-
-# Jupyter Notebook
-.ipynb_checkpoints
-
-#PyCharm
-.idea/
-
-# shell scripts (e.g. used with fswatch)
-*.sh
-
-/docs/tmpl.conf.py
-/docs/tmpl.index.rst
-
-# coverage output
-/tests/coverage/htmlcov
-.coverage*
-coverage.xml
-
-# duecredit output
-.duecredit.p
-
-# tox
-.tox
-
-# vscode
-.vscode/
-
-#mypy
-.mypy_cache/
-
-#DS_Store
-.DS_Store
-
-#sqlite
-.sqlite
-
-# Version
-_version.py
