From ff68139b5a0a8f956b35ae242e9202cc5eb42a71 Mon Sep 17 00:00:00 2001 From: Adaptive Responsive Intelligent Assistant Date: Tue, 14 Jul 2026 12:30:20 +0000 Subject: [PATCH] Add .gitignore for runs and Python artifacts --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..410150c --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +runs/ +__pycache__/ +*.pyc +config.yaml \ No newline at end of file