Files
LEDMatrix/.gitignore

27 lines
259 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
# Secrets
config/config_secrets.json
config/config.json
config/config.json.backup
credentials.json
token.pickle
# Environment
.env
.venv
env/
venv/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Cache directory
cache/