Added selected sites.

This commit is contained in:
Felix Delattre 2025-12-18 08:53:29 +01:00
parent 22d493bc2d
commit c02289532f
2 changed files with 173 additions and 1 deletions

42
.gitignore vendored
View file

@ -1,3 +1,43 @@
# Project data
data/*
# Environment
.env
venv
.venv
venv/
env/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Testing & coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
# Linting & type checking
.ruff_cache/
.mypy_cache/
.dmypy.json
dmypy.json
# Distribution / packaging
build/
dist/
*.egg-info/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db