__pycache__/
*.pyc
.ruff_cache/
.pytest_cache/
*.egg-info/
dist/
build/
.venv/
*.diff
# Malicious fixture .diff bodies are committed source (fixture reproducibility);
# only the generic pattern above is overridden for these directories.
!tests/fixtures/malicious/**/*.diff
site/

# Uncompressed seed; only the .gz is shipped
src/trustsight/data/seed.db

# Generated by zensical (debug_dir in zensical.toml)
.seo-debug/

# makepkg build artifacts
packaging/aur/pkg/
packaging/aur/src/
packaging/aur/*.tar.gz
packaging/aur/*.pkg.tar.*
