You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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