.cache
.env
.vscode/
models
tmp/
venv
*.log
*.swp
*.egg-info
_build
_version.py
__pycache__

# --- LibreHPS ---

# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Virtual environments
venv/
.venv/
env/
.env/

# Build artefacts
build/
dist/
*.egg-info/
.eggs/

# Testing
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.tox/

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

# OS
.DS_Store
Thumbs.db

# Dataset cache + local workspaces
tmp/
outputs/
wandb/
runs/
logs/
checkpoints/

# PHASE-18 release bundle — produced by scripts/bundle_checkpoint.py.
# The *.bin / *.safetensors weights are a build artefact, not source.
release/

# Machine-generated dataset index is committed via git-lfs (PHASE-12 §2)
# librehps/dataset/index.parquet
*log.prev*

.fa4_cache/

*.stdout
