mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 22:19:01 +00:00
f41f9439fc
* Overhaul site tags and naming: add social tag to 33 networks, fill missing tags for 213 top-1000 sites, clean up false us/in country tags (~374 sites), normalize site names to Title Case, add tag validation tests, document tagging and naming rules Remove LLM folder: ask @soxoj for the up-to-date version! * Remove LLM/ from version control Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
46 lines
452 B
Plaintext
46 lines
452 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
|