Project Setup

This commit is contained in:
Pavak Paul 2023-03-28 23:49:36 +05:30
parent 48cbb64727
commit 089679fac5
3 changed files with 8 additions and 0 deletions

5
.gitignore vendored
View File

@ -164,3 +164,8 @@ cython_debug/
# Local History for Visual Studio Code # Local History for Visual Studio Code
.history/ .history/
# Libreoffice lock files
.~lock.*
# output fule
htaccess.txt

1
generate-rules.py Normal file
View File

@ -0,0 +1 @@
#! /usr/bin/python3

2
links.csv Normal file
View File

@ -0,0 +1,2 @@
Old Link,New Link
https://example.org/some/old/link,https://example.com/some/new/link
1 Old Link New Link
2 https://example.org/some/old/link https://example.com/some/new/link