mirror of
https://github.com/thevickypedia/Jarvis.git
synced 2023-09-11 12:43:25 +03:00
60 lines
754 B
Plaintext
60 lines
754 B
Plaintext
# python generated
|
|
.idea
|
|
.DS_Store
|
|
__pycache__
|
|
.pytest_cache
|
|
venv
|
|
|
|
# module generated
|
|
did.bin
|
|
|
|
# WIP: Dockerfile and it's requirements file
|
|
Dockerfile
|
|
docker_requirements.txt
|
|
|
|
# File IO operations
|
|
fileio
|
|
|
|
# Log files
|
|
logs
|
|
|
|
# Recordings
|
|
recordings
|
|
|
|
# training directory with images of faces for recognition
|
|
train
|
|
|
|
# Storage for images of intruders
|
|
threat
|
|
|
|
# .keep files for Alarms and Reminders
|
|
alarm
|
|
reminder
|
|
|
|
# sphinx docs builder within docs_gen
|
|
docs_gen/_build
|
|
docs_gen/_static
|
|
|
|
# credentials stored locally
|
|
.env
|
|
|
|
# volume exec file for Windows
|
|
SetVol.exe
|
|
|
|
# audio converter for Telegram API (Windows)
|
|
ffmpeg
|
|
|
|
# future work
|
|
hidden
|
|
temp_*.py
|
|
temp_*.sh
|
|
temp_*/
|
|
|
|
# pypi package files
|
|
dist
|
|
jarvis_ironman.egg-info
|
|
|
|
# Create package
|
|
package.py
|
|
package.zip
|