mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-20 03:28:05 +00:00
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>
This commit is contained in:
co-authored by
Claude Opus 4.5
aider
Warp
parent
5bcdf8d614
commit
86fe32a682
+77
@@ -0,0 +1,77 @@
|
||||
---
|
||||
# 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"
|
||||
Reference in New Issue
Block a user