Files
telegram-scam-baiter/.dockerignore

55 lines
686 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# VCS
.git
.gitignore
# IDE/editor
.idea
.vscode
*.code-workspace
# OS cruft
.DS_Store
Thumbs.db
# Python virtual envs
.venv
venv/
env/
# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.pyre/
.coverage
.coverage.*
htmlcov/
pytestdebug.log
# Build artifacts
build/
dist/
.eggs/
*.egg-info/
*.egg
# Project runtime data (dont bake into image)
.env
data/
logs/
.cache/
chat_history.jsonl
target_id.txt
# Telethon session files (persist via mounted volume instead)
*.session
*.session-journal
telethon_session.session
telethon_session.session-journal
session_name.session
session_name.session-journal
session.session
session_generator.py