Files
telegram-rss-bot/.gitignore
T
2026-03-08 17:32:52 +00:00

40 lines
363 B
Plaintext

# Bot token and sensitive config
.env
# Subscriber and tracking data
subscribers.json
seen_articles.json
seen_articles.db
seen_articles.db-journal
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
*.egg-info/
# OS
.DS_Store
Thumbs.db
*.swp
*.swo
*~
# Logs
*.log
logs/
# IDE
.vscode/
.idea/
*.sublime-*
# Test files
test_*.py
*_test.py