# Python
__pycache__/
*.py[cod]
*.egg-info/

# Build and test environments
dist/
build/
# With a star: an environment is not always called .venv. `.venv314`, beside a
# matrix of 3.10 and 3.14, was in no list, was put under version control, and
# broke `uv build`.
.venv*/
build_env/
min_env/
sdist_env/
sdist_tree/
sdist_build/
wheels/

# Tool caches and reports
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Editor
.idea/
.vscode/
*.swp

# local experiment files
experiments/

