Wisdom Chen
Update .gitignore
08cf9b5 unverified
raw
history blame
443 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
env/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Environment variables
.env
# Logs
*.log
# Local development
.DS_Store
Thumbs.db
# Model checkpoints and data
*.pth
*.pt
*.bin
*.h5
*.pkl
*.model
# Jupyter Notebook
.ipynb_checkpoints