# Python artifacts
__pycache__/
*.egg-info/
*.egg
*.so

# Virtual environments and tooling
.venv/
uv.lock
typings/

# Packaging and build artifacts
/build/
/dist/
/foreblocks/studio/dist/

# Editors and IDEs
.vscode/
.idea/

# Jupyter notebooks
.ipynb_checkpoints/
*.ipynb
!examples/bayesian_blocks_validation.ipynb

# Data and model outputs
*.csv
*.pkl
*.npy
*.dat
*.xlsx
*.pt
*.pth
*.png
*.pdf
*.tex
*.bib

# Node.js dependencies
node_modules/
*/node_modules/

# External libraries / vendored repos
flash-attention/
mamba/
uni2ts/
timesfm/
ml-pararnn/

# Project-specific generated directories
foreblocks/mltracker/mltracker_data/
mltracker_data/
foreblocks/mltracker/dashboard_v2/node_modules/

# Working and temporary directories
work/
work2/
working/
old/
foretree.old/
agent/
third-party/
.openclaude/

# Generated or runtime scripts
release.sh
generate_manifest.sh
pygit

# Miscellaneous
*backup*
.superpowers/
.codex
CLAUDE.md

# Code-review graph / agent metadata
.code-review-graph/
.claude/
.mcp.json
AGENTS.md
