# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
venv/
env/
ENV/
benchmark_results.json/
cobertura.xml
coverage.xml
coverage_html/
coverage.json
junit.xml
htmlcov/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
.coverage.*
.coverage.*.*
.coverage.*.*.*
.coverage.*.*.*.*
.coverage.*.*.*.*.*

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

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

# OS
.DS_Store
Thumbs.db

# Maturin
*.whl
_build/

# Documentation build artifacts (Sphinx)
docs/.doctrees/
docs/_build/
docs/_build/**
!docs/_static/.gitkeep
docs/_static/*
!docs/_templates/.gitkeep
docs/_templates/*
