HuggingClaw / .gitignore
anurag008w's picture
Add .gitignore file with common exclusions
8223f98 unverified
Raw
History Blame
296 Bytes
# Environment files
.env
.env.*
# GitHub workflows/secrets
.github/
.gitignore
# Node modules
node_modules/
# Logs
*.log
# SQLite temp files
*.sqlite-wal
*.sqlite-shm
# Python cache
__pycache__/
*.pyc
# OS files
.DS_Store
Thumbs.db
# HuggingClaw state
.huggingclaw-state/
# Cache
.cache/