# Byte-compiled / optimized / DLL files
**/__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
env/
.venv
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Tests / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover

# Translations
*.mo
*.pot

# Log files
*.log

# PyBuilder
target/

# DotEnv configuration
.env

# Database
*.db
*.rdb

# Pycharm
.idea

# VS Code
.vscode/

# Spyder
.spyproject/

# Jupyter NB Checkpoints
.ipynb_checkpoints/

# Mac OS-specific storage files
.DS_Store

# vim
*.swp
*.swo

# Mypy cache
.mypy_cache/

# pytest cache
.pytest_cache/

# Ruff cache
.ruff_cache/

# Checkpoints
checkpoint-*

# Cache
.scandeval_cache/
.euroeval_cache/

# Result log
scandeval_benchmark_results.jsonl
euroeval_benchmark_results.jsonl

# Leaderboard generation inputs (large, kept off-repo; see src/leaderboards/paths.py)
results.tar.gz
new_results.jsonl
ucloud*_results.jsonl

# hf-mount mount point (HF bucket mounted as filesystem)
.hf-mount/
*.hf-mount/

# Results directory (single location for all evaluation results, HF bucket sync point)
results/


# Leaderboard CSVs (regenerated build artifact; bundled by Vite at build time).
src/frontend/csv/

# Experiments
gai-experiments.xlsx
~$gai-experiments.xlsx

# Upload of leaderboard
src/upload/

# Model outputs in debugging mode
*outputs.json

# Documentation site output
site/

# Helper files for docs
docs/datasets/dataset_example_commands.txt

# Various graphics
gfx/euroeval-*.png
gfx/euroeval-*.jpeg
gfx/euroeval-*.jpg
gfx/euroeval-*.xcf
gfx/different-poses/*

# Contracts
generated_contracts/

# Test config
euroeval_config.py

# Local debug scripts
debug*.py

# Node
node_modules/

# Auto-generated API reference (rebuilt from src/euroeval/ on dev + build).
src/frontend/md/api.md
.vercel
.env*.local

# Agent plans
PLAN.md
