Ignore build and virtual env ("venv").

This commit is contained in:
Simon Forman 2020-04-23 18:59:12 -07:00
parent 49cc9c8709
commit 868e9f9b52
2 changed files with 9 additions and 0 deletions

View File

@ -6,3 +6,5 @@
docs/.ipynb_checkpoints docs/.ipynb_checkpoints
test/* test/*
gnu-prolog/thun gnu-prolog/thun
venv
build

View File

@ -17,6 +17,13 @@ This starts it using the `virtualenv` version of Python so `joy` will be availab
I find I have to include `--ip=0.0.0.0` to workaround a bug where it tries to bind to an IPv6 address, YMMV. I find I have to include `--ip=0.0.0.0` to workaround a bug where it tries to bind to an IPv6 address, YMMV.
Clean up when you're done:
deactivate
rm -rf venv
## Table of Contents ## Table of Contents
- 1. Basic Use of Joy in a Notebook - 1. Basic Use of Joy in a Notebook