26 lines
251 B
Text
26 lines
251 B
Text
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
*.egg
|
|
.eggs/
|
|
venv/
|
|
.venv/
|
|
env/
|
|
.env
|
|
*.db
|
|
*.log
|
|
downloads/
|
|
config.yaml
|
|
scheduler_config.yaml
|
|
.thumbs/
|
|
*.sqlite
|
|
.DS_Store
|
|
.coverage
|
|
.coverage.*
|
|
htmlcov/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.mypy_cache/
|