docs/private/
.claude/

# Rust
/target/
*.rs.bk

# Python
__pycache__/
*.py[cod]
*.pyd
*.pdb
*.so
*.dylib
*.dll
.python-version
.coverage
.coverage.*
.hypothesis/
.ipynb_checkpoints/
.mypy_cache/
.nox/
.pyre/
.pytest_cache/
.ruff_cache/
.tox/
.venv/
ENV/
env/
htmlcov/
pip-wheel-metadata/
site/
venv/

# Python packaging / build outputs
.eggs/
*.egg
*.egg-info/
build/
dist/
*.profraw

# Local project workdirs
/.py-install/
/.tmp/
/.wheelhouse/
.ace-tool/
