summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-08-29 20:06:55 +0200
committerYuval Adam <_@yuv.al>2025-08-29 20:06:55 +0200
commitd096f707822967aa99d37605198fc9acd5f6a90d (patch)
treedd22876cbde04b2ae27b21817622a2fe5f163204 /.gitignore
parent4f9dc0d6456ff9da22b44ff46d4ac52500fbeb27 (diff)
Blinky works
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ae4e658..a8cdd35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,7 @@
.venv/
build/
-__pycache__ \ No newline at end of file
+__pycache__
+
+*.log
+*.jou \ No newline at end of file