# .snyk
version: v1.25.0

# Ignore specific vulnerabilities (generated by "snyk ignore" command).
# Do not edit manually — use: snyk ignore --id=SNYK-XXXX
ignore: {}

# Patch directives (rarely needed for Python)
patch: {}

# Exclude paths from Snyk Code (SAST) scans.
# For dependency scans (SCA) the excludes vanno configurati sul progetto
# nell'interfaccia web Snyk o via snyk.io settings.
exclude:
  code:
    - "__pycache__"
    - ".venv"
    - "build"
    - "dist"
    - "tests"
