Files
LEDMatrix/.gitignore
Chuck f6510c608e Update .gitignore
git ignore
2025-04-08 18:10:18 -05:00

23 lines
191 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
# Secrets
config/config_secrets.json
# Environment
.env
.venv
env/
venv/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Dependencies
sports-0.0.115/