jarvis-tasks/.dockerignore
2022-10-27 20:40:30 -06:00

11 lines
129 B
Text

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