15 lines
125 B
Text
15 lines
125 B
Text
__pycache__
|
|
*.pyc
|
|
.pytest_cache
|
|
.ruff_cache
|
|
.mypy_cache
|
|
.git
|
|
.gitignore
|
|
*.db
|
|
downloads/
|
|
data/
|
|
*.log
|
|
.env
|
|
venv/
|
|
.venv/
|
|
tests/
|