mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
99847ad3e7
* Add site protection tracking system, fix broken site checks (Instagram, StackOverflow, LeetCode, Boosty, LiveLib), preserve unicode in data.json * Update poetry.lock by running poetry lock Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/14333f41-67d5-4e28-a782-9730b31fc667 Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
47 lines
456 B
Plaintext
47 lines
456 B
Plaintext
# Virtual Environment
|
|
venv/
|
|
.venv/
|
|
|
|
# Editor Configurations
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Python
|
|
__pycache__/
|
|
|
|
# Pip
|
|
src/
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
*.ipynb
|
|
|
|
# Logs and backups
|
|
*.log
|
|
*.bak
|
|
|
|
# Output files, except requirements.txt
|
|
*.txt
|
|
!requirements.txt
|
|
|
|
# Comma-Separated Values (CSV) Reports
|
|
*.csv
|
|
|
|
# MacOS Folder Metadata File
|
|
.DS_Store
|
|
/reports/
|
|
|
|
# Testing
|
|
.coverage
|
|
dist/
|
|
htmlcov/
|
|
/test_*
|
|
|
|
# Maigret files
|
|
settings.json
|
|
|
|
# other
|
|
*.egg-info
|
|
build
|
|
LLM
|