# Rust
target/

# Python
__pycache__/
*.egg-info/
sdk/dist/
sdk/build/
*.py[cod]
*.pyo
*.pyd
.python-version

# Conda / virtualenv
.venv
venv/
env/
ENV/
conda-meta/

# IDEs
.vscode/
.idea/

# OS files
.DS_Store
Thumbs.db

# Logs
*.log

# Environment variables (never commit secrets)
.env
.env.local
.env.*.local
# Committable templates:
!.env*.example
!.env.example

# Benchmarks / generated artifacts (repo root only — not web/app/(app)/runs)
/checkpoints/
/datasets/
/runs/
cloud/data/
cloud/data/checkpoints/
benchmarks/output/
tmp/
temp/

# PyTorch
*.pt
*.pth

# Rust/Cargo
Cargo.lock

# Profiling artifacts
flamegraph.svg
perf.data*