added gitignore

This commit is contained in:
eweeman
2026-01-14 12:11:31 -08:00
parent 9de6602e0d
commit 01e7ac77c2
3 changed files with 217 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ from typing import Dict, Any
from dotenv import load_dotenv
from flask import Flask, jsonify
from slackeventsapi import SlackEventAdapter
#import slack
import slack
import json
from hot_reload import ReloadableRegistry, start_hot_reload