Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# Enable the "Weather API" in your project
VITE_WEATHER_API_KEY=

# Default location (optional - defaults to Dallas 75218)
# VITE_DEFAULT_LAT=32.846
# VITE_DEFAULT_LON=-96.711
# Default location (optional)
# Example: downtown Dallas
# VITE_DEFAULT_LAT=32.7767
# VITE_DEFAULT_LON=-96.7970
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,14 @@ npm-debug.log*
# Generated files
repomix-output.xml
*.csv

# Local agent and debugging artifacts
.agent/
scripts/setup-agent-browser.sh
analyze_data.cjs
debug*.js
debug*.png
final_verification.png
hourly_tab.png
verification_*.png
weather-data-*.json
Loading