clean: remove pycache from tracking

This commit is contained in:
2026-04-30 13:28:53 +02:00
parent a97c233ddb
commit 29a93e9bfe
529 changed files with 0 additions and 46125 deletions

View File

@@ -1,12 +0,0 @@
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', function() {
navigator.serviceWorker.register('{% static "sw.js" %}').then(function(reg) {
console.log('Service worker registered.', reg);
}).catch(function(err) {
console.warn('Service worker registration failed:', err);
});
});
}
</script>