add ignore for directories used by this project

This commit is contained in:
Jonathan Wren 2022-10-02 18:03:58 -07:00
parent 560d076a5f
commit a042960aee

2
.gitignore vendored
View file

@ -17,6 +17,8 @@ sdist/
.tox/ .tox/
var/ var/
node_modules/ node_modules/
__pycache__/
.pytest_cache/
# Versioning # Versioning
.python-version .python-version