# 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/

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