13 lines
167 B
Plaintext
13 lines
167 B
Plaintext
# vi: ft=gitignore
|
|
|
|
# Exclude everything
|
|
*
|
|
|
|
# Make exceptions for what's needed
|
|
!src
|
|
!requirements.lock
|
|
!requirements-dev.lock
|
|
!pyproject.toml
|
|
!LICENSE.txt
|
|
!README.md
|