# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
build/
dist/
.eggs/
wheels/
*.whl

# Virtual environments
.venv/
venv/
env/
ENV/

# Test / tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.hypothesis/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/

# spaCy / Presidio models (downloaded locally, never vendored)
models/

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