telegram_media_downloader/.gitignore

62 lines
548 B
Plaintext
Raw Permalink Normal View History

2019-07-24 23:31:32 +08:00
.idea/
*.pyc
*.pid
*.cfg
*.db
*.env
.DS_Store
.cache/
.mypy_cache/
.coverage
settings.json
# Distribution / packaging
.Python
.pytest_cache
.python-version
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
logs/
parts/
sdist/
share/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
2020-08-22 18:29:50 +08:00
2019-07-24 23:31:32 +08:00
# Jupyter Notebook
.ipynb_checkpoints
*.ipynb
# virtualenv
.venv
venv/
ENV/
bin/
include/
pip-selfcheck.json
2020-08-22 18:29:50 +08:00
lib64
2019-07-24 23:31:32 +08:00
#Telegram Sessions
*.session
*.session-journal
#Downloaded documents
2019-08-05 23:17:35 +08:00
documents/
audio/
document/
photo/
voice/
video/
2022-02-11 19:46:50 +08:00
video_note/