Compare commits
1 Commits
main
...
bb0e793e70
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bb0e793e70 |
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user