# Telethon session files authenticate as the account. Treat as a credential.
*.session
*.session-journal

# Credentials
.env
.env.*

# Collected output. Rows contain personal data of identifiable people, so a
# stray `git add .` after following the README must not stage them.
out/
*.jsonl
*.parquet
discovered.txt

# Build artefacts
dist/
build/
*.egg-info/

# Environments and caches
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Editors and OS
.idea/
.vscode/
.DS_Store
