12 lines
170 B
Text
12 lines
170 B
Text
# Exclude everything and allow only the necessary files
|
|
*
|
|
!/docker/
|
|
!/config/
|
|
!/funkwhale_api/
|
|
!/manage.py
|
|
!/poetry.lock
|
|
!/pyproject.toml
|
|
|
|
# Python
|
|
*.py[cod]
|
|
__pycache__
|