commit ff68139b5a0a8f956b35ae242e9202cc5eb42a71 Author: Adaptive Responsive Intelligent Assistant Date: Tue Jul 14 12:30:20 2026 +0000 Add .gitignore for runs and Python artifacts 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