# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.python-version

# Virtual environments
.venv/
.ipynb_checkpoints/

# Samples, examples, sandbox
src/sample/
src/example/
src/sandbox/
src/defunct/

uv.lock

# Rust build artifacts
target/
Cargo.lock
defunct/
include/
lib/
licenses/
*.so

*.pdf
*.dll
*.so
*.dylib

target/
*.so
*.pyd
*.dll
*.dylib
*.whl
*.egg-info/
