uae-kb / .gitignore
jinruiyang
Add pagination, auto-save ratings, and fix translation button
4ebe674
raw
history blame contribute delete
232 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Temporary files
*.log
*.tmp
# Local data (if any)
*.pkl
# Environment files
.env
.env.local