# 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

# 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/
cover/
*.backup
test-results*.xml

# Virtual environments
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Environment files (may contain local paths)
.env
.env.local

# IDEs
.idea/
*.swp
*.swo
*~

# VS Code - ignore personal settings but keep project files
.vscode/settings.json
.vscode/launch.json
# Keep: .vscode/settings.json.example, .vscode/project-dictionary.txt

# Node.js (for cSpell)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Houdini specific
*.hip.lock
*.hipnc.lock
*.hda.lock
*.otl.lock
*.hiplc.lock
*.hipnc.bakpac
*.bakpac
backup/
geo/
render/
sim/
*.houdini_backup
houdini.env.bak
houdini*.env.bak

# Houdini temp/cache files
*.tmp
*.temp
*_temp
cache/
Cache/
preview/
Preview/

# Houdini binary files we write write manually.
# Exceptions should be made for any we intend to commit.

*.hip
*.hda
*.hipnc
*.hdanc
