chatx / .gitignore
imseldrith's picture
Upload folder using huggingface_hub (#1)
97ef430
raw
history blame contribute delete
372 Bytes
# JetBrains IDE files
.idea/
*.iml
# Compiled files
__pycache__/
*.pyc
*.pyo
*.pyd
*.so
*.dll
# Cache
.cache/
# Distribution / packaging
*.egg-info/
dist/
build/
*.egg
# Logs
logs/
*.log
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Other
*.swp
*.swo
*.swn
*.bak
*.tmp
*.pyc
*.pyo
*.orig
*.rej
# pytest
.pytest_cache