diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..c18dd8d8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__/ diff --git a/requirements.txt b/requirements.txt index e765a28c..b6f2e977 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ requests plotly pytrends python-dotenv -geopy # If you need geolocation from city names -openai # If you add GPT-powered suggestions -folium # If you add maps (like tourist locations) +geopy # for geolocation from city names +openai # add GPT-powered suggestions +folium # add maps like tourist locations diff --git a/utils/__pycache__/air_quality.cpython-313.pyc b/utils/__pycache__/air_quality.cpython-313.pyc new file mode 100644 index 00000000..6bdbef07 Binary files /dev/null and b/utils/__pycache__/air_quality.cpython-313.pyc differ diff --git a/utils/__pycache__/chatbot.cpython-313.pyc b/utils/__pycache__/chatbot.cpython-313.pyc new file mode 100644 index 00000000..db7bdd66 Binary files /dev/null and b/utils/__pycache__/chatbot.cpython-313.pyc differ diff --git a/utils/__pycache__/crime.cpython-313.pyc b/utils/__pycache__/crime.cpython-313.pyc new file mode 100644 index 00000000..6608b175 Binary files /dev/null and b/utils/__pycache__/crime.cpython-313.pyc differ diff --git a/utils/__pycache__/tourist.cpython-312.pyc b/utils/__pycache__/tourist.cpython-312.pyc new file mode 100644 index 00000000..184e0772 Binary files /dev/null and b/utils/__pycache__/tourist.cpython-312.pyc differ diff --git a/utils/__pycache__/tourist.cpython-313.pyc b/utils/__pycache__/tourist.cpython-313.pyc new file mode 100644 index 00000000..70db12a1 Binary files /dev/null and b/utils/__pycache__/tourist.cpython-313.pyc differ diff --git a/utils/__pycache__/weather.cpython-312.pyc b/utils/__pycache__/weather.cpython-312.pyc new file mode 100644 index 00000000..6f9eeef3 Binary files /dev/null and b/utils/__pycache__/weather.cpython-312.pyc differ diff --git a/utils/__pycache__/weather.cpython-313.pyc b/utils/__pycache__/weather.cpython-313.pyc new file mode 100644 index 00000000..3cc1052f Binary files /dev/null and b/utils/__pycache__/weather.cpython-313.pyc differ