# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# uv / pip
.venv/
venv/
env/
ENV/
.python-version
uv.lock

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.cache

# Type checking
.mypy_cache/
.ruff_cache/
.dmypy.json

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# CLI runtime data (NEVER commit user credentials)
.lovarch/
*.lovarch/

# Squad payload — vendored from monorepo Lovarch (see scripts/refresh_squad_vendor.py).
# Light vendor (~830KB, no sample-inputs); sample-input villa-chianti is shipped
# via GitHub Releases and downloaded lazily by `lovarch init --sample`.
# We ignore the heavy sample-inputs even if accidentally rsynced into the tree.
lovarch_cli/squad/data/sample-input/
lovarch_cli/squad/data/sample-input-villa-chianti/

# Local test outputs
test-output/
tests/fixtures/output/

# Built bundled docs
docs/_build/
site/
