e34651d887
It doesn't add anything to the table as before (it might turn out I was wrong and add them again lol)
12 lines
296 B
Plaintext
12 lines
296 B
Plaintext
include LICENSE
|
|
include *.db
|
|
include *.js
|
|
include scrapling/*.db
|
|
include scrapling/*.db*
|
|
include scrapling/*.db-*
|
|
include scrapling/py.typed
|
|
include scrapling/.scrapling_dependencies_installed
|
|
include .scrapling_dependencies_installed
|
|
|
|
recursive-exclude * __pycache__
|
|
recursive-exclude * *.py[co] |