clarkkitchen22's picture
Initial GeoBot Forecasting Framework commit
484e3bc
# Ignore Python virtual environments
.venv/
venv/
.venv311/
# Ignore compiled Python files
__pycache__/
*.pyc
# Ignore OS metadata
.DS_Store
# Ignore local data
*.sqlite
*.db
*.log
# Ignore IDE settings
.vscode/
.idea/