Files
QuanTAlib/.gitignore
T
Miha Kralj 1910fdca93 chore: repo cleanup and code quality improvements
- Remove global.json (SDK pinning unnecessary)

- Remove nuget.config, move MyGet source to .csproj RestoreAdditionalProjectSources

- Gitignore ndepend/ entirely, move badges to docs/img/

- Update README.md and docs/ndepend.md badge paths

- Add NDepend project property to QuanTAlib.slnx

- Expand .editorconfig ReSharper/diagnostic suppressions

- Use ArgumentOutOfRangeException instead of ArgumentException

- Use discard _ for unused event sender parameters

- Remove quantalib.code-workspace and sonar-suppressions.json

- Add filter signature SVGs
2026-03-03 09:22:55 -08:00

113 lines
1.4 KiB
Plaintext

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
!lib/numerics/log/
# Visual Studio cache/options
.vs/
.vscode/
*.suo
*.user
*.userosscache
*.sln.docstates
# NuGet Packages
*.nupkg
*.snupkg
**/packages/*
!**/packages/build/
# Test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
*.trx
*.coverage
*.coveragexml
# NDepend (entire directory — tooling + generated output)
ndepend/
# BenchmarkDotNet
BenchmarkDotNet.Artifacts/
# Rider
.idea/
*.sln.iml
# Temporary files and agent workspace
temp/
pandas_ta/
temp_decompile/
Invoke-WebRequest/
.temp/
*.tmp
*.temp
.sarif/
_site/
docfx/
#Ignore vscode AI rules
.github\instructions\codacy.instructions.md
# Roo Code local config
.roo/
# Internal planning docs (not shipped)
plans/
# Codacy
.codacy/
.codacy.yml
# CodeRabbit AI reviewer
.coderabbit/
.coderabbit*.yaml
# DeepSource AI analysis
.deepsource.toml
# SonarLint IDE plugin
.sonarlint/
.obsidian/
# macOS
.DS_Store
**/.DS_Store
# Python cache
__pycache__/
.pytest_cache/
# Python project artifacts
python/publish/
python/dist/
python/build/
python/*.egg-info/
python/.venv/
python/venv/
python/.mypy_cache/
python/.ruff_cache/
python/.coverage
python/htmlcov/
python/quantalib/quantalib.dll
python/quantalib/native/win_amd64/*.dll
python/quantalib/native/win_amd64/*.pdb
# PowerShell accidents
$null
# Local secrets
.secrets