16 lines
202 B
Text
16 lines
202 B
Text
# Ignore everything
|
|
*
|
|
|
|
# Allow source
|
|
!/jarvis
|
|
!/pyproject.toml
|
|
!/jarvis.png
|
|
!/jarvis_small.png
|
|
!/run.py
|
|
!/README.md
|
|
!/poetry.lock
|
|
# Needed for jarvis-compose
|
|
!/.git
|
|
|
|
# Block other files
|
|
**/__pycache__
|