You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
240 B
17 lines
240 B
/.venv/
|
|
/__pycache__/
|
|
*.pyc
|
|
*.egg-info/
|
|
.eggs/
|
|
build/
|
|
dist/
|
|
pip-wheel-metadata/
|
|
*.db
|
|
instance/*
|
|
migrations/*
|
|
library/data/*.toc
|
|
library/data/*.csv
|
|
library/data/*.seg
|
|
library/data/MAIN_WRITELOCK
|
|
library/files/*.pdf
|
|
settings_development.toml
|
|
|