41 lines
452 B
Plaintext
41 lines
452 B
Plaintext
# Dependencies
|
|
apps/gateway/node_modules/
|
|
apps/inference-engine/__pycache__/
|
|
apps/inference-engine/.venv/
|
|
apps/inference-engine/venv/
|
|
|
|
# Build outputs
|
|
apps/gateway/dist/
|
|
*.pyc
|
|
__pycache__/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Models (large files)
|
|
models/base/*.bin
|
|
models/base/*.gguf
|
|
models/adapters/*.bin
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Testing
|
|
coverage/
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|