# Build artifacts
/target
/result
/result-*

# Internal docs (reviews, feedback, specs)
/docs

# OS
.DS_Store
Thumbs.db

# Editors
*.swp
*.swo
*~
.idea/
.vscode/
*.iml

# Python
__pycache__/
*.pyc

# Benchmark
/benchmark/
/entireio-bench/

# Local tests
local_tests/

# Pi agent
.pi/
.pi-lens/
