# Binary
./gortex
/gortex
/gortex-linux
/specs/

# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
go.work
go.work.sum

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Debug
__debug_bin*
/debug/

# Python
__pycache__/
*.py[cod]
*.pyo
.venv/
*.egg-info/
dist/
build/

# Testing
.pytest_cache/
.hypothesis/
htmlcov/
.coverage

# Eval results (generated at runtime)
eval/results/
eval/scripts/
eval/logs/

internal_docs/
