diff options
| author | Alex <git@ajschof.me> | 2025-02-17 01:19:11 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-17 01:19:11 +0000 |
| commit | 73462d62d48cd3cf061697f9f6a390437ee29f2d (patch) | |
| tree | 4331016762f96c0861b46ac67343a0769f038fa6 /.gitignore | |
| parent | e6bedc5c9d391b761fec6529de8537a991125c26 (diff) | |
| parent | cf1376862fb2f58c2e837338ed9c765439ffa1b9 (diff) | |
| download | gdpr-obfuscator-73462d62d48cd3cf061697f9f6a390437ee29f2d.tar.gz gdpr-obfuscator-73462d62d48cd3cf061697f9f6a390437ee29f2d.zip | |
Merge pull request #1 from ajschofield/feat/csv-reader
merge csvreader into stable
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -105,7 +105,7 @@ Pipfile.lock # This is especially recommended for binary packages to ensure reproducibility, and is more # commonly ignored for libraries. # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control -#poetry.lock +poetry.lock # pdm # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. @@ -172,3 +172,6 @@ cython_debug/ # Private notes *.private + +# CSV Files +*.csv |
