.DS_Store

# Runtime audit outputs
.security-audit/

# Python
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/

# Node and editor artifacts
node_modules/
.vscode/
.idea/

# Local scratch files
*.log
tmp/
temp/
