# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Test / tooling caches
.pytest_cache/
.coverage
htmlcov/

# Build artefacts (plugin zip is built into ../)
*.zip
dist/
build/

# Symlink to the companion research/article repo (itinera-Artikel), used as a
# read-only reference for algorithm-vs-source audits. Not part of the plugin.
audit-sources

# OS / editor
.DS_Store
*.swp
.idea/
.vscode/
