# Default semgrepignore for reporails
# Reduces scan time by excluding common non-instruction directories

# Package managers
node_modules/
vendor/
bower_components/

# Build outputs
dist/
build/
out/
target/
*.min.js
*.min.css
*.bundle.js

# Python
__pycache__/
*.pyc
.venv/
venv/
.tox/
.eggs/
*.egg-info/

# Version control
.git/

# Coverage and testing
coverage/
.coverage
htmlcov/
.pytest_cache/
.nyc_output/

# IDE and editors
.idea/
.vscode/
*.swp
*.swo

# OS files
.DS_Store
Thumbs.db

# Large binary files
*.wasm
*.so
*.dylib
*.dll
