30 lines
338 B
Text
30 lines
338 B
Text
# 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/fixtures/repo/
|
|
benchmark/fixtures/repos/
|
|
benchmark/results/*.jsonl
|
|
benchmark/results/*.md
|
|
!benchmark/results/.gitkeep
|