target/

.tox/
.pytest_cache/
.mypy_cache/
.coverage
coverage.xml
htmlcov/

# ===== Build artifacts (C/C++) =====
*.o
*.obj
*.a
*.lib
*.exe
compile_commands.json
cmake-build-*/

# ===== Logs / temp =====
*.log
*.tmp
*.bak

# ===== Jupyter =====
*.ipynb_checkpoints/
# ===== IDE/editor misc =====
*.code-workspace
*.swp
*.swo
# ===== Large data (adjust to your policy) =====
data/
data/*
MNIST/
MNIST/*
venv/*
venv/
build/
build/*
.vscode/
.vscode/*
.vscode/

MNIST
.venv
.ruff_cache
.mypy_cache
dist
uv.lock
Cargo.lock
target
original_model

# Python caches
__pycache__/
**/__pycache__/
*.pyc
*.pyo

# Python wheels / shared libs
*.whl
*.so
*.dll
*.dylib
python/reality_stone/_rust*.so
python/reality_stone/_rust*.pyd

# Local outputs
metrikey_spec.json

# Large model/cache artifacts
compressed_rbe_model/
checkpoints/
*.pt
*.pth
*.bin
*.safetensors
.cache/
**/.cache/
.hf_cache/
**/.hf_cache/
text.txt
data
data/*.env
.pypirc
.env
