.pre-commit-config.yaml
-----------------------
 o Cleanup linting errors.

protoset.go
-----------
 o Update copyright notice to correct linting errors.

.reuse/
LICENSE/
--------
 o Add configs for reuse license checking.

tox.ini
-------
 o Add python3.8 as an accepted interprepter.

.reuse/
LICENSES/
---------
  o Add basic configs for using the reuse license checking tool.

Change-Id: I2df2dc1c7043d6beae1427c41769921c49cf2913
diff --git a/.gitignore b/.gitignore
index 8a1cfba..14dc7bd 100755
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,14 @@
+*~
+*\#*
+
+logs/
+
 # python related
 *.pyc
 *.egg-info
 dist
 build
-.venv
+# .venv
 .tox
 
 # go related