ARC-AGI / .gitignore
rogermt's picture
Fix #7: Add .gitignore to exclude __pycache__ and .pyc files
f12c571 verified
raw
history blame contribute delete
82 Bytes
__pycache__/
*.pyc
*.pyo
.DS_Store
*.egg-info/
dist/
build/
.eggs/
*.swp
*.swo
*~