fix git ignore

This commit is contained in:
Jarian Cottingham 2026-02-01 15:00:53 -06:00
parent 211cf0b89e
commit 8734ef9fcc
2 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -6,6 +6,7 @@
**/lib64/ **/lib64/
**/lib64 **/lib64
**/share/* **/share/*
**/__pycache__/*
# Anything from MCPServer # Anything from MCPServer
MCPServer/cache/* MCPServer/cache/*
@ -19,3 +20,5 @@ ai_processor/output/*
# Anything from running processes in the background # Anything from running processes in the background
nohup.out nohup.out
*.pyc