mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-04 12:07:44 +00:00
86fe32a682
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>
78 lines
1.3 KiB
YAML
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"
|