Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
rogermt
/
ARC-AGI
like
0
Model card
Files
Files and versions
xet
Community
main
ARC-AGI
/
.gitignore
rogermt
Fix #7: Add .gitignore to exclude __pycache__ and .pyc files
f12c571
verified
10 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
82 Bytes
__pycache__/
*
.pyc
*
.pyo
.DS_Store
*
.egg-info/
dist/
build/
.eggs/
*
.swp
*
.swo
*~