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

# Python cache
__pycache__/
*.pyc

# macOS
.DS_Store

# Runtime/benchmark local caches
.lightning_core_*.csv

# VS Code
.vscode/
