From bfd2a7bf018fd93cf91461f102ad6c2d93c5857c Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Mon, 28 Oct 2024 15:52:08 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20Ignores=20f?= =?UTF-8?q?or=20Aider=20AI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .aiderignore | 21 +++++++++++++++++++++ .gitignore | 3 +++ 2 files changed, 24 insertions(+) create mode 100644 .aiderignore diff --git a/.aiderignore b/.aiderignore new file mode 100644 index 0000000000..b80c459446 --- /dev/null +++ b/.aiderignore @@ -0,0 +1,21 @@ +# Build artifacts +buildroot/ +*.o +*.a +*.so +*.dylib +*.dll +*.exe + +# Web assets +*.min.js +*.min.css + +# Generated files +__pycache__/ +*.pyc +.DS_Store + +# IDE files +.vscode/ +.idea/ diff --git a/.gitignore b/.gitignore index c7d47c607f..151fcccd33 100755 --- a/.gitignore +++ b/.gitignore @@ -168,3 +168,6 @@ __pycache__ tags *.logs *.bak +.aider* +!.aiderignore +.env