# build artifacts
thoughts/
.claude/
.eggs/
.mypy_cache
*.egg-info/
*.egg-info
build/
dist/
pip-wheel-metadata/
*.whl
*.tar.gz

# benchmark results
results.csv
results_async.csv
benchmark_python_results.csv
BENCHMARK_SUMMARY.md


# dev tools
.ruff_cache/
.envrc
.python-version
.idea
.venv/
.vscode/
/*.iml


# jupyter notebooks

.ipynb_checkpoints


# miscellaneous

.cache/
doc/_build/
*.swp
.DS_Store

# Go backup files
*.go.bak


# python

*.pyc
*.pyo
__pycache__


# testing and continuous integration

.coverage
.pytest_cache/
.benchmarks

# documentation build artifacts

docs/build
site/

# Continuous Claude cache (local only)
.claude/cache/
