jarvis-tasks/.dockerignore
2022-10-27 20:39:12 -06:00

11 lines
131 B
Text

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