# Python bytecode and caches
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Python environments and package metadata
.venv/
venv/
.pixi/
*.egg-info/
__pypackages__/

# Native and package build outputs
build/
dist/
wheelhouse/
_skbuild/
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
compile_commands.json
*.so
*.a

# Test and analysis outputs
Testing/
coverage-native.xml

# Editors and operating systems
.vscode/
.idea/
*.swp
.DS_Store

# Local worktrees and secrets
/.worktrees/
.env
.pypirc
