# AI-BOM Ignore File
# Patterns follow gitignore syntax
# Lines starting with # are comments

# Dependencies and build artifacts
node_modules/
.venv/
venv/
dist/
build/
*.egg-info/

# IDE and editor files
.idea/
.vscode/
*.swp
*.swo

# Test fixtures (don't flag test data as real findings)
tests/fixtures/
tests/test_data/

# Generated files
*.min.js
*.bundle.js

# Example/demo files (optional - uncomment to skip demo scanning)
# examples/
