Diomedes Git
fixing some minor bugs that crept in (eg get_bird_sightings was get_bird_sightings_tool in server.py, also an indent error that broke function and dropped a return), making the news search a cascade pattern (like trend etc), updating observation entrypoint, etc
362ffad
| # Dependencies | |
| node_modules/ | |
| .venv/ | |
| venv/ | |
| __pycache__/ | |
| # Data & assets | |
| *.mp3 | |
| *.wav | |
| *.mp4 | |
| *.jpg | |
| *.png | |
| data/ | |
| datasets/ | |
| # Build artifacts | |
| dist/ | |
| build/ | |
| *.pyc | |
| .pytest_cache/ | |
| # Old/archived | |
| **/archived/ | |
| **/old/ | |
| dev_diary/ | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| # Misc | |
| .DS_Store | |
| .env | |