# Data (use HuggingFace as source of truth)
ppbench/data/

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

# Virtual environments
.venv/
venv/
ENV/

# IDE / Editor
.idea/
.vscode/
*.swp
*.swo
*~
.project
.pydevproject
.settings/

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Logs
*.log
nohup.out

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Vendor assets not needed by Python code
ppbench/vendor/pzprjs/dist/**/*.map
ppbench/vendor/pzprjs/dist/img/
ppbench/vendor/pzprjs/dist/css/
ppbench/vendor/pzprjs/dist/*.html

# Environment
.env

# Benchmark output
output/
