# OS
.DS_Store
Thumbs.db

# Editor
*.swp
*.swo
*~
.vscode/
.idea/

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
htmlcov/
.coverage

# Jupyter
.ipynb_checkpoints/

# MkDocs
site/

# Models and weights
models/
*.gguf
*.bin
*.safetensors

# Benchmark results
results/

# Logs
*.log

# Training
wandb/
adapter_checkpoints/

# Environment
.env
.env.local
