diff options
| author | Alex <git@ajschof.me> | 2024-09-03 16:09:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-03 16:09:52 +0100 |
| commit | 06e0727d554b08c4be3db954acb4d281a9146712 (patch) | |
| tree | 4152f9efe54364a5d6a6cc969befb6cea9015a5b /.gitignore | |
| parent | cfe2a5fbc005d3eb766e788ea063f73c70bdca53 (diff) | |
| parent | 256e4a2d4cb56814d3a87e89895f5954d148fd5d (diff) | |
| download | de-project-bentley-06e0727d554b08c4be3db954acb4d281a9146712.tar.gz de-project-bentley-06e0727d554b08c4be3db954acb4d281a9146712.zip | |
Merge pull request #117 from ajschofield/development
final pr: merge development into main branch
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -11,11 +11,10 @@ *.zip log* __pycache__/ +*.parquet +/dim_* +/fact_* # OS-Related Files .DS_Store -venv - -#files -/dim_* -/fact_*
\ No newline at end of file +venv
\ No newline at end of file |
