Files
kroger-mcp/.gitignore
2025-05-26 11:57:51 -06:00

37 lines
341 B
Plaintext

# 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