diff options
author | Federico Campoli | 2025-02-21 19:56:39 +0000 |
---|---|---|
committer | Federico Campoli | 2025-02-21 19:56:39 +0000 |
commit | d53fb46b636d80fa802b000d85ee14f29cc9dfd6 (patch) | |
tree | 097dbf01f588ef4c80516f7326e079f12dd84d58 |
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6a85c3b --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +venv +*.pyc +staticfiles +*.swp +lastupdate +*.DS_Store +templates/context.override.d +templates/pages/schedule.html |