aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9193930..c26d82a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -62,6 +62,11 @@ perf-*.txt
examples/jeopardy/results.txt
+
+pyproject.toml
+poetry.lock
+poetry.toml
+
# Test binaries
tests/test-double-float
tests/test-grad0
@@ -69,4 +74,4 @@ tests/test-opt
tests/test-quantize-fns
tests/test-quantize-perf
tests/test-sampling
-tests/test-tokenizer-0
+tests/test-tokenizer-0 \ No newline at end of file