# IDE
.vscode

# Python
*.pyc
**/__pycache__
*.pkl
dist
build

# Ruff, Pytest
.ruff_cache
.pytest_cache
.coverage*

# Envs
authorized_tokens.json
.env
.venv
torrents
.playwright-*