.claude/
.vscode/settings.json
*/__pycache__/
**/__pycache__/
.devcontainer/.env
.venv/
.DS_Store
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
dist/
*.egg-info/
benchmark_results/
runs/
#
# inputs and results
results/
runs/

# data files
*.tar.gz
*.jsonl
*.json
*.csv

# test files
*.hoa
*.tlsf
*.trace



# include sample data
**data/
