first commit

This commit is contained in:
bdaneels
2024-11-18 11:59:21 +01:00
parent d51c60d76d
commit e3e65a9c51
12 changed files with 1997 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# Ignore .idea directories
*.idea/
# Ignore compiled Python files
*.pyc
__pycache__/
# Ignore Excel files
*.xlsx
sisa_crawl/