# Rust #
###########
/target
src/*.save
src/bin/*.save

# Log files #
###########
*.zst

# Python #
###########
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
.venv
venv/
*.env
.ipynb_checkpoints

# Python extension modules (compiled from Rust via maturin)
*.so
*/_pymod.cpython-*.so

# Local environment files with secrets (do not commit)
*.local
*-env.local
.env*
API_COMPATIBILITY_REPORT.md

# Remote testing results (local analysis only)
examples/standalone/Loki-3_remote_tests.txt
docs/LOKI3_TEST_ANALYSIS.md
