Initial commit: weather-or-not scaffold

This commit is contained in:
2026-04-29 04:46:01 +00:00
commit 86e6499895
13 changed files with 1353 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
.venv/
venv/
# IDE
.idea/
.vscode/
*.swp
# Data
.history.json
# Distribution
dist/
build/
*.egg-info/