7 lines
171 B
Plaintext
7 lines
171 B
Plaintext
|
exclude *.toml # project config
|
||
|
exclude requirements.txt
|
||
|
exclude __pycache__
|
||
|
include .actions/setup_tools.py
|
||
|
include .actions/assistant.py
|
||
|
include *.cff # citation info
|