# Build artifacts
/dist
/dependency_bundle/
/scripts/dependency_bundle/
/dev_install/
/wheels/

# Rendered Houdini python panel (generated from deadline_cloud.pypanel.template at install/build
# time by scripts/pypanel.py); the .template beside it stays tracked.
/src/deadline/houdini_submitter/python_panels/deadline_cloud.pypanel

# License file for InstallBuilder
license.xml

*.egg-info/
__pycache__/
.coverage
.tox
/htmlcov
**/otls/backup
plugin_env*

# Hatch version temp file
*_version.py
houdini_version.txt

# Extensions for installers, etc.
*.run
*.exe
*.zip
*.app
*.dmg

# virtualenv
.venv

# IDE
.vscode

# AI agent working files
.sisyphus/

# macOS
.DS_Store