# FastVLA - Git Ignore

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment (uv)
.venv/
.python-version
uv.lock

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

# Project Specific
checkpoints/
mvp_checkpoints/
results/
/data/
*.json
*.parquet
*.pt
*.pth
*.bin
*.model
*.onnx

# Metrics & Benchmarks
.benchmarks/
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/
.qwen/
wandb/
*.log

# Large Files & Data
*.zip
*.tar.gz
*.7z
.env

# Publication Cleanup
scripts/
notebooks/
artifacts/
marketing/
readme_references/
branding_preview.html
*.txt
*.csv
check_dataset.py
fetch_rl_results.py
finetune_on_modal.py
list_modal_vol.py