# Build artefacts
bin/
obj/
*.user
*.suo
.vs/
build/
dist/
*.egg-info/
__pycache__/
*.pyc
.pytest_cache/
.coverage
htmlcov/

# IDE
.idea/
.vscode/

# Secrets — never commit
.env
.env.*
*.key

# Cross-ecosystem sandbox caches (mirrors flashalpha-historical-* convention)
.dotnet/
.gocache/
.gopath/
.m2/
.review-artifacts/
.agent-tools/

# Generated docs
docs/api-reference/_generated/
