29 lines
217 B
Plaintext
29 lines
217 B
Plaintext
.venv/
|
|
venv
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
instance/*
|
|
*.db
|
|
|
|
.env
|
|
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
.pytest_cache
|
|
|
|
*.pdf
|
|
*.xml
|
|
storage/*
|
|
backups/*
|
|
certs/*
|
|
pdf/*
|
|
db/* |