From bb0e793e70142b072ec9b003d8820577bc91bbf2 Mon Sep 17 00:00:00 2001 From: Ramakrishna Mamidi Date: Mon, 23 Mar 2026 01:21:54 +0530 Subject: [PATCH] Added .gitignore --- .gitignore | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0295808 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# Environment and configuration +.env +config.yaml + +# Keys +*.pem +*.key + +# Dependency directories +node_modules/ +__pycache__/ + +# Python bytecode +*.pyc + +# Build outputs +.next/ +dist/ +*.egg-info/ + +# Logs and temporary files +*.log +.pytest_cache/ + +# Miscellaneous +chromadb_data/ +uploads/ +local_docs/ + +soma.code-workspace \ No newline at end of file