jarvis-bot/.dockerignore
2022-10-27 20:40:24 -06:00

13 lines
155 B
Text

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