# Byte-compiled
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
ENV/
.pkg-test/

# Test and type-check caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
junit.xml

# Credentials and local configuration
.env
.env.*
nac-analytics.yaml

# Local analysis artefacts (may contain TF variables / credentials)
plan.json
plan-*.json
*.tfplan
approval.txt
prechange-report.xml
delta-report.xml

# Local ND OpenAPI reference dumps (not part of the package)
spec/

# Editors
.vscode/
.idea/
.cursor/
.*.swp

# macOS
.DS_Store

# Terraform local state (lab examples)
**/.terraform/

# Local review artefacts
composer-report.md
