After merging summarize into meetings removed meetings.py

This commit is contained in:
Pat Wendorf 2025-05-09 09:37:26 -04:00
parent 04659ed489
commit 2fe4893296
3 changed files with 4 additions and 119 deletions

4
.gitignore vendored
View file

@ -3,6 +3,9 @@ __pycache__/
*.py[cod]
*$py.class
# Stupid mac stuff
.DS_Store
# C extensions
*.so
@ -140,3 +143,4 @@ dmypy.json
# Pyre type checker
.pyre/
.aider*