__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.env
.pytest_cache/
.ruff_cache/
dist/
build/
.coverage
node_modules/

# --- agent-readiness baseline coverage ---------------------------------
# Mirrors the groups expected by the agent-readiness `gitignore.covers_junk`
# rule so future contributors don't accidentally commit build artefacts,
# coverage output, terraform state, or stray IDE settings.
*.pyc
*.pyo
.env.local
vendor/
target/
*.class
*.exe
.idea/
.vscode/
.DS_Store
*.swp
.eggs/
htmlcov/
coverage/
.terraform/
*.tfstate
*.tfstate.backup
*.tfstate.*
*.log
