# Build artifacts
build/
dist/
*.so
*.pyd
*.o
*.a
*.egg-info/

# Python
__pycache__/
*.pyc
.pytest_cache/
.venv/
venv/
.ipynb_checkpoints/

# Local logs / scratch from the dev session
logs*.txt
test_results.txt

# Benchmark run outputs (regenerated; commit curated results only)
benchmarks/python/results/*.json

# Planning / design docs kept outside the public repo.
PORTFOLIO_PLAN.md
hoptimal_architecture.md
docs/

# Editor / OS
.vs/
.vscode/
.idea/
.DS_Store
Thumbs.db
