Initial commit

This commit is contained in:
CupOfOwls
2025-05-26 11:57:51 -06:00
commit 9a19218bc3
21 changed files with 3679 additions and 0 deletions

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
# Virtual environment
venv/
.venv/
# Local Storage / Memory
*.json
# Token files
.kroger_token*
# Python cache files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
# Environment variables
.env
# IDE files
.idea/
.vscode/
# Test coverage
.coverage
coverage/
htmlcov/
# Logs
*.log
PUBLISHING.md