Files
QuanTAlib/.codacy.yml
T
Miha Kralj 86fe32a682 SIMD Refactor: Merge simd-dev into dev (#55)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: aider (openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
Co-authored-by: Warp <agent@warp.dev>
2026-01-18 19:02:03 -08:00

78 lines
1.3 KiB
YAML

---
# Codacy Configuration File
# Documentation: https://docs.codacy.com/repositories-configure/codacy-configuration-file/
# Exclude patterns - files and directories to ignore
exclude_paths:
# All dot-directories (config, IDE, tools, rules)
- ".*/**"
# Root-level config files
- "*.md"
- "*.yml"
- "*.yaml"
# NDepend analysis output
- "ndepend/**"
# Build/IDE artifacts
- "bin/**"
- "obj/**"
- "BenchmarkDotNet.Artifacts/**"
- "ilspy/**"
# Performance benchmarks
- "perf/**"
# Test files
- "**/*.Tests.cs"
- "**/*Tests.cs"
- "**/*.Validation.Tests.cs"
- "**/Mocks/**"
# Quantower adapters
- "**/*.Quantower.Tests.cs"
- "**/*.Quantower.cs"
- "quantower/**"
# Documentation
- "docs/**"
- "**/*.md"
# Non-source files
- "**/*.dib"
- "**/*.csv"
- "**/*.xml"
- "**/*.json"
- "**/*.yml"
- "**/*.yaml"
- "**/*.sln"
- "**/*.csproj"
- "**/*.ndproj"
- "**/*.user"
- "**/*.suo"
- "**/*.cache"
- "**/*.lock"
- "**/*.props"
- "**/*.targets"
# Binaries
- "**/*.dll"
- "**/*.pdb"
- "**/*.nupkg"
- "**/*.snupkg"
- "**/*.so"
- "**/*.dylib"
- "**/*.exe"
# Data/media files
- "**/*.db"
- "**/*.sqlite"
- "**/*.log"
- "**/*.png"
- "**/*.jpg"
- "**/*.jpeg"
- "**/*.gif"
- "**/*.ico"
- "**/*.svg"