summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-03-06 13:50:12 +0100
committerYuval Adam <_@yuv.al>2025-03-06 13:50:12 +0100
commitd6fe8443a8bb6eeedaa7f8cb1f25f46491089c57 (patch)
tree41a89542f38b779428130f17ed9a32127a6df6bd /.gitignore
parentbadb469e09ff105a7a8418be2b1e5a1495d6d94a (diff)
Add claude llm and ask command
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d3a7493..bd6ad7f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
__pycache__
*.egg-info
-dist \ No newline at end of file
+dist
+.venv/ \ No newline at end of file