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