mirror of
https://github.com/bellingcat/telegram-phone-number-checker.git
synced 2026-06-08 03:18:30 +03:00
* Fix Poetry mismatch b/w pyproject.toml/poetry.lock * docs: poetry run command to use pyproject script * Update .gitignore * Add show_default kwarg to --output option * Add envvar kwarg to options and move load_dotenv() * Add info on creating/storing api credentials * Bump version --------- Co-authored-by: Galen Reich <54807169+GalenReich@users.noreply.github.com>
12 lines
120 B
Plaintext
12 lines
120 B
Plaintext
.env
|
|
*.session
|
|
*.json
|
|
dist/
|
|
|
|
# JetBrains IDEs
|
|
.idea/
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
**/*.py[cod]
|