aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.aiignore1
-rw-r--r--.gitignore19
2 files changed, 10 insertions, 10 deletions
diff --git a/.aiignore b/.aiignore
new file mode 100644
index 0000000..60193e2
--- /dev/null
+++ b/.aiignore
@@ -0,0 +1 @@
+*.img \ No newline at end of file
diff --git a/.gitignore b/.gitignore
index 4295aa6..36f5e77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,17 +1,16 @@
-.venv/
+# Directories
.cache/
-
-.gdb_history
-
.devpod-internal/
-
+.venv/
/build
/docs/_build
-qemu-*-*.log
-
-/desktop.ini
-
+# Generated files
+.gdb_history
+*.pyc
coverage.info
+desktop.ini
+devcontainer-lock.json
-__pycache__/ \ No newline at end of file
+# QEMU log files
+qemu-*-*.log