# keep the build context tiny + reproducible
.git
.github
.gitignore
*.md
!README.md
tests/
benchmarks/
data/
docs/
*.log
*.html
dist/
build/
*.egg-info/
__pycache__/
*.pyc
.pytest_cache/
.venv/
venv/
env/
.env
.mypy_cache/
.ruff_cache/
.DS_Store
Dockerfile
.dockerignore
docker-compose.yml
try_it.py
*_brief.md
benchmark_*.py
make_scale_benchmark.py
compare_*.py
eval_harness.py