# Rust
/target/
**/*.rs.bk
*.pdb
Cargo.lock

# 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
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
*.mo
*.pot

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

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

# Documentation
docs/_build/
site/

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

# OS specific
Thumbs.db
.DS_Store

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

# Maturin
.maturin/

htmlcov/
.augment/

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