# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Virtualenv
.venv/
.venv-turbo-ckf/
.venv*/

# Build artifacts
build/
dist/
pip-wheel-metadata/
*.so
*.pyd
*.dll
*.dylib
turbo_ckf/_rust.*
kckf.pdf

# Rust/Cargo
target/
.cargo/
.rustup/

# Packaging credentials
.pypirc
PUBLISHING.md

# Benchmark cache
.benchmarks/

# IDE / OS
.idea/
.vscode/
.DS_Store
