Initial commit: Enviro Service for Vixy's nervous system 🦊

This commit is contained in:
Alex Kazaiev
2025-12-24 11:17:56 -06:00
commit 524c37a8c4
10 changed files with 1538 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# Virtual environment
venv/
.venv/
# Python
__pycache__/
*.py[cod]
*.egg-info/
# Database
*.db
# Config (user should create from example)
config.yaml
# Logs
*.log
# IDE
.vscode/
.idea/