Files
ds_task_ai_news_bolade/.gitignore
T
boladeE 0ff7dc52fd Refactor .gitignore and update RSS feed sources in config.py
- Removed data directories from .gitignore to streamline ignored files.
- Updated RSS_FEEDS in config.py to uncomment specific sources for news fetching.
2025-04-15 20:32:08 +01:00

40 lines
294 B
Plaintext

# Environment variables
.env
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
.venv
# IDE
.idea/
.vscode/
*.swp
*.swo
# Logs
*.log