# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg-info/
*.egg/
*.whl
.eggs/
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/
.tox/
.nox/
.venv/
.env

# Editors/OS
.DS_Store
*.swp
*~

# PDFs generated by tests/benchmarks
*_compressed.pdf
*_phase1.pdf
*_iter*.pdf

# Bench artifacts
*.tty

# Dependency locks/cache
uv.lock
