jarvis-bot/.dockerignore
2022-10-27 20:38:36 -06:00

13 lines
157 B
Text

# Ignore everything
*
# Allow source
!/jarvis
!/requirements.txt
!/jarvis.png
!/jarvis_small.png
!/run.py
!/config.yaml
# Block other files
**/__pycache__