# Build artifacts
build/
build-*/
build_*/
build_lc/
dist/
*.egg-info/

# Python cache
__pycache__/
*.pyc

# macOS
.DS_Store

# Runtime/benchmark local caches
.lightning_core_*.csv

# Local benchmark artifacts
benchmarks/reports/ci/*.local.*
benchmarks/reports/ci/local_*
benchmarks/reports/ci/tmp_*
benchmarks/reports/ci/version_sync_report.local.*
benchmarks/reports/local_*/
benchmarks/reports/releases/

# VS Code
.vscode/
