Compare commits
2 Commits
6c31105113
...
feat/backe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ac679bf482 | ||
|
|
bb0e793e70 |
30
.gitignore
vendored
30
.gitignore
vendored
@@ -1 +1,31 @@
|
|||||||
|
# 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
|
||||||
soma-bot3.code-workspace
|
soma-bot3.code-workspace
|
||||||
Reference in New Issue
Block a user