gemini-business2api / .gitignore
xiaoyukkkk's picture
Upload 9 files
f4286d8 verified
raw
history blame contribute delete
412 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
stats.json
# Generated files
images/
static/
logs/
# OS
.DS_Store
Thumbs.db