diff options
| author | Kari Lehti <klehti@local> | 2023-11-27 02:14:45 +0200 |
|---|---|---|
| committer | Kari Lehti <klehti@local> | 2023-11-27 02:14:45 +0200 |
| commit | f965d5d1f799037cd49accae9256ed42b8c17ccb (patch) | |
| tree | ba9d0dde9af5d32a56c5d43a474aa0954861f6d3 /.gitignore | |
| parent | 03b031ea793e91ce2f87cf28c73cefc8ce69a7b5 (diff) | |
Added requirements file for venv installs. Updated README.md and .gitignore.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,2 +1,5 @@ *~ __pycache__ +/venv/ +/poetry.lock + |