Ignore test files

This commit is contained in:
Paul Pfeister 2024-06-24 15:21:15 -04:00
parent d3998faf59
commit e8569b6f2c
No known key found for this signature in database
GPG Key ID: 70D33A96CBD7A994
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -5,6 +5,10 @@ lib/
pyvenv.cfg
poetry.lock
# Regression Testing
.coverage
.tox/
# Editor Configurations
.vscode/
.idea/