# Data folders
*-data/

# Local working drafts (training history CSVs, plot PDFs, model .bin
# files, schema dumps, etc.) — generated artifacts, not source.
draft/

# Loose generated artifacts at the repo root (in case anything escapes
# the draft/ folder during an experiment).
/*.csv
/*.pdf
/*.bin
/*.schema.json

# Script and generated code dumps (from scripts/collect_code.sh)
collect_code.sh
all_code.txt
collected_code.txt
/out.txt

# Presentation / explainer video — authored + rendered locally with Manim.
# Not part of the shipped library (the rendered media is large and generated).
presentation/

# Environment and secrets
.env
.env.*
# keep the template tracked
!.env.example

# Build
build/
# Scratch or alternate out-of-source CMake trees (e.g. experimental configures)
/build-*/

# Python
myenv/
__pycache__/
*.pyc
*.egg-info/
.eggs/
venv/
.venv/
# The compiled extension is built by CMake into per-platform wheels
# (scikit-build-core); the dev build copies one into the tree. Ignore it.
python/guepard/qwery/relml/_relml_core*.so
python/guepard/qwery/relml/_relml_core*.pyd
python/guepard/qwery/relml/_relml_core*.dylib

# IDE and OS
.idea/
.vscode/
*.swp
.DS_Store
*.bin
lime_backtest/
