# Build and install
dist/
*.egg-info/
.eggs/
.cache/
.venv/
venv/
env/
.env

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyc

# CI / tools
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Scanner output (local test runs)
out/
out-cdk/

# setuptools-scm: version is derived from git tags, not committed
src/iac_scanner/_version.py
