# .fearmapignore — patterns to exclude from fearmap analysis
# Uses fnmatch glob syntax, one pattern per line.
# Lines starting with # are comments.

# Generated files
**/__generated__/**
**/migrations/**
**/*_pb2.py
**/*_pb2_grpc.py

# Dependencies
**/node_modules/**
**/vendor/**

# Build artifacts
dist/**
build/**
**/*.min.js
**/*.min.css

# Lock files
**/*.lock
**/package-lock.json
**/yarn.lock
**/poetry.lock

# Test snapshots (usually auto-updated)
**/__snapshots__/**

# Storybook generated
**/storybook-static/**
