This commit is contained in:
2025-12-28 06:03:12 +01:00
parent d0c8156519
commit 3817151750
10 changed files with 802 additions and 351 deletions
+38 -9
View File
@@ -1,11 +1,40 @@
.venv
.history
__pycache__
*.pyc
# retoor <retoor@molodetz.nl>
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.eggs/
# Virtual environments
.venv/
venv/
# Environment
.env
# IDE
.history/
.idea/
.vscode/
*.swp
# C build artifacts
*.o
*.so
*.a
*.c
*.h
# Databases
*.db
examples/crawler/devrant.sqlite-shm
examples/crawler/devrant.sqlite-wal
examples/crawler/devrant.sqlite
examples/crawler/.venv
examples/crawler/__pycache__
*.sqlite
*.sqlite-shm
*.sqlite-wal
# OS
.DS_Store
Thumbs.db