# Python
__pycache__/
*.pyc

# Virtual environments
.venv/
venv/

# Packaging / build
build/
dist/
*.egg-info/

# Tool caches
.pytest_cache/
.ruff_cache/
.git-security-tool.toml
