img2api / .gitignore
xiaoyukkkk's picture
Upload 9 files
dea5b81 verified
raw
history blame contribute delete
448 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
.vscode/
.idea/
*.swp
*.swo
*~
# Project specific
.env
*.log
data/stats.json
data/settings.yaml
accounts.json
# Generated files
data/images/
logs/
# OS
.DS_Store
Thumbs.db