# Python __pycache__/ *.py[cod] .ruff_cache/ .mypy_cache/ .pytest_cache/ # Virtual environments .venv/ venv/ env/ # Generated audit reports (timestamped runs are not source). # Scoped to digit-prefixed names so the references/findings-format.md # doc is NOT swallowed. findings-[0-9]*.md findings-[0-9]*.json findings-[0-9]*.txt # Environment / secrets .env .env.local .env.*.local # Editors / OS .idea/ .vscode/ *.swp *~ .DS_Store