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

# Distribution / packaging
.Python
build/
dist/
*.egg-info/
*.egg
wheels/
pip-wheel-metadata/

# Virtual environments
.venv/
venv/
env/
ENV/

# IDEs
.vscode/
.idea/
*.swp
.DS_Store

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Notebooks
.ipynb_checkpoints/

# Models, datasets, weights
*.bin
*.safetensors
*.pt
*.pth
*.onnx
*.engine
*.gguf
models_cache/
hf_cache/
.cache/

# Benchmarks output (gitignored by default; reference results are allowlisted below)
benchmarks/results/*.json
benchmarks/results/*.csv
benchmarks/results/*.png
!benchmarks/results/.gitkeep
!benchmarks/results/smollm2_135m.json
!benchmarks/results/smollm2_135m.png
!benchmarks/results/gpt2.json
!benchmarks/results/gpt2.png

# MkDocs build output
site/

# Logs
*.log
logs/

# Env files
.env
.env.local
