jarvis-bot/.dockerignore

15 lines
190 B
Text

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