# Secrets. Gated-model tests read HF_TOKEN, so a real token lives here on any box that runs them.
# Kept here rather than in the root .gitignore so it travels with the package when it is
# published or extracted from the monorepo.
.env
.env.*

# Python caches
__pycache__/
*__pycache__
*.pyc
*.pyo

# Virtual envs
.venv
.venv/
.venv-*/
venv/
venv.bak/

# Build / packaging artifacts
build/
dist/
*.egg-info/
.eggs/

# Tooling caches
.pytest_cache/
.ruff_cache/
.coverage
.mypy_cache/

# Local CI venv (see .github/workflows/engine-tests.yml at the repo root)
.venv-ci/