mari / .gitignore
sirochild's picture
Upload 5 files
1b3d9b9 verified
raw
history blame contribute delete
280 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# ログファイル
*.log
# 環境変数
.env
# キャッシュ
.cache/