# Byte-compiled / cache
__pycache__/
*.py[cod]
.pytest_cache/

# Virtual environments
.venv/
venv/
env/

# Build artifacts (PyPI packaging)
build/
dist/
*.egg-info/
*.egg

# Trained models (downloaded from HF Hub or locally trained — never commit)
models/

# Environment variables / secrets
.env

# Benchmark outputs (regenerated by injectionbench)
results/*.json
results/*.txt

# OS / editor cruft
.DS_Store
Thumbs.db
.vscode/
.idea/

# Misc local scratch
*.zip

test_install/
