# Python
__pycache__/
*.py[oc]
*.pyd
*.egg-info/
*.egg
build/
dist/
wheels/
*.whl

# Virtual environments
.venv/
.python-version

# Rust build artifacts
target/
Cargo.lock

# Local cargo config
.cargo/

# Compiled extensions
*.so
*.dylib
*.dll
*.lib
*.exp
*.pdb

# Data files
data/

# IDE and editor
.idea/
.vscode/
*.swp
*.swo
*~
*.sublime-*

# OS files
.DS_Store
Thumbs.db
desktop.ini

# uv lock (not needed for library publishing)
uv.lock

# Benchmarks output
criterion/

# Coverage
htmlcov/
.coverage
*.lcov

# Example/reference files (not part of the package)
main.py
renkodf.py
