# Rust
/target/
/target-qt5/
/target-qt6/

# Generated by `auroraview pack` command
auroraview-gallery/
**/*.rs.bk
*.pdb
rust-coverage.lcov
coverage.lcov
coverage.xml
# Cargo.lock is committed for binary/application projects to ensure reproducible builds

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
*.whl
.Python
pip-log.txt
pip-delete-this-directory.txt
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
*.cover
.hypothesis/
.pytest_cache/
*.mo
*.pot
node_modules/
pack-output/

# Virtual environments
venv/
env/
ENV/
.venv
.venv-*
.ruff_cache/

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

# Documentation build output
docs/_build/
docs/.vitepress/cache/
docs/.vitepress/dist/
site/

# Temporary files
*.tmp
*.bak
*.log
launch_maya_temp.bat
TODO.md

# OS specific
Thumbs.db
.DS_Store

# Build artifacts
*.dylib
*.dll
*.so
*.a
*.lib

# Maturin
.maturin/

# Coverage reports
htmlcov/

# AI assistants
.augment/
.codebuddy/
code-review.md


# Additional build artifacts
python/auroraview/_core.*
target/llvm-cov/
target/wheels/
.qt/

# Local test files
local-test.py
scripts/cdp_*.py
scripts/run_cdp_test.ps1

# Gallery debug files
gallery/debug_log.txt
gallery/full_log.txt

# VitePress cache (root level, if any)
/.vitepress/
test-screenshots/
