# ================================================================================ # Weather Forecasting Dataset - Git Ignore # # Project: Weather Forecasting Dataset # Author: Molla Samser # Website: https://rskworld.in # Email: help@rskworld.in # # © 2024 RSK World - https://rskworld.in # ================================================================================ # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Virtual environments venv/ ENV/ env/ .venv/ # Jupyter Notebook .ipynb_checkpoints/ *.ipynb # IDE .idea/ .vscode/ *.swp *.swo *~ # OS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Logs *.log logs/ # Temporary files *.tmp *.temp .cache/ # Output files (keep examples, ignore generated) output/ results/ *.png !weather-forecasting.png # Large data files (if any) *.zip !weather-forecasting.zip