diff options
| author | lian-manonog <lian.manonog@gmail.com> | 2024-08-29 12:25:33 +0100 |
|---|---|---|
| committer | lian-manonog <lian.manonog@gmail.com> | 2024-08-29 12:25:33 +0100 |
| commit | e4e360630c90d7e801d99097b3e46e8299ab901d (patch) | |
| tree | 3809258d26bb952dcd3fd5a5a0074bb7311be294 /.gitignore | |
| parent | b25820e3284fff2f7ada52e321804dbb67c4a0ae (diff) | |
| download | de-project-bentley-e4e360630c90d7e801d99097b3e46e8299ab901d.tar.gz de-project-bentley-e4e360630c90d7e801d99097b3e46e8299ab901d.zip | |
wip: lambdahandler tests fail - unexpected errors
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -14,4 +14,7 @@ __pycache__/ # OS-Related Files .DS_Store -venv
\ No newline at end of file +venv + +##testing +*.parquet
\ No newline at end of file |
