Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 1 addition & 43 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,43 +1 @@
```
# Python
__pycache__/
*.pyc
*.pyo
*.pyd

# Testing
.pytest_cache/
.coverage
coverage/
htmlcov/

# Logs
*.log

# Environment
.env
.env.local
*.env.*

# Dependencies
.venv/
venv/
virtualenv/
pip-log.txt
pip-delete-this-directory.txt

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Build
build/
dist/
*.egg-info/
```
Nothing needs to be added to .gitignore since the only change is adding a Python test file (`tests/perf/benchmark_suite.py`) which is a source code file that should not be ignored.
Binary file added charts/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 6 additions & 0 deletions logs/edgetinyml_20260428.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{"ts": 1777373799613, "session_id": 1777373799, "component": "system", "event": "monitoring_test", "details": {"status": "initialized"}, "environment": "production"}
{"ts": 1777373799614, "session_id": 1777373799, "component": "kws", "event": "wakeword_detected", "keyword": "yes", "confidence": 0.996, "latency_ms": 3.64, "emotion": "neutral", "audio_energy": 0.015, "environment": "production"}
{"ts": 1777373799614, "session_id": 1777373799, "component": "safety", "event": "command_blocked", "command": "shutdown", "reason": "safety_mode_active", "environment": "production"}
{"ts": 1777373884469, "session_id": 1777373884, "component": "system", "event": "monitoring_test", "details": {"status": "initialized"}, "environment": "production"}
{"ts": 1777373884470, "session_id": 1777373884, "component": "kws", "event": "wakeword_detected", "keyword": "yes", "confidence": 0.996, "latency_ms": 3.64, "emotion": "neutral", "audio_energy": 0.015, "environment": "production"}
{"ts": 1777373884470, "session_id": 1777373884, "component": "safety", "event": "command_blocked", "command": "shutdown", "reason": "safety_mode_active", "environment": "production"}
Binary file not shown.
Binary file added tests/__pycache__/monitoring_test.cpython-312.pyc
Binary file not shown.
Loading
Loading