32 lines
337 B
Plaintext
32 lines
337 B
Plaintext
# 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
|