13 lines
155 B
Text
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__
|