# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

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

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# ruff
.ruff_cache/

# LabVIEW files (keep these tracked for testing)
# *.vi
# *.lvproj

# Sample LabVIEW projects (external test data)
samples/

# Model files
models/
*.gguf

# Test outputs
outputs/
.tmp/

# Project-local resolution store. lvkit ships cleanroom — anything in .lvkit/
# may be derived from licensed LabVIEW sources and must NEVER be committed
# to lvkit's own repo. (Downstream users decide their own .lvkit/ gitignore
# policy in their own projects.)
.lvkit/

# Large binary docs and proprietary references.
# lvkit is cleanroom — NI's reference manual is not redistributable
# from this repo. Resolution skills look up function info via web
# search against ni.com/docs instead.
docs/*.pdf
docs/labview_ref_manual.txt
docs/labview_programming_reference_manual*
