aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAlex <git@ajschof.me>2025-02-17 01:19:11 +0000
committerGitHub <noreply@github.com>2025-02-17 01:19:11 +0000
commit73462d62d48cd3cf061697f9f6a390437ee29f2d (patch)
tree4331016762f96c0861b46ac67343a0769f038fa6 /.gitignore
parente6bedc5c9d391b761fec6529de8537a991125c26 (diff)
parentcf1376862fb2f58c2e837338ed9c765439ffa1b9 (diff)
downloadgdpr-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--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ecda235..42385eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
git.ajschof.me — hosted by ajschofield — powered by cgit