Files
LEDMatrix/.gitignore
2025-04-22 20:39:44 -05:00

25 lines
214 B
Plaintext

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