Files
Jarvis/.gitignore
thevickypedia 790b2b7780 Add static files for docs
Update .gitignore and pyproject.toml
2023-08-12 19:09:45 -05:00

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