# Build artifacts — rebuilt inside the image
build/
**/__pycache__/
*.so
*.pyd
*.o
*.a

# Local logs / scratch captured during the Windows dev session
logs*.txt
test_results.txt

# Benchmark outputs (regenerated)
benchmarks/python/results/*.json

# VCS / editor
.git/
.gitignore
.vs/
.vscode/
.idea/

# Python packaging cruft
*.egg-info/
dist/
.pytest_cache/
