flow2api / .gitignore
iyougame's picture
Sync from GitHub: ed4fdc688e67158a952c221a48279fe821e96030
791d9c1 verified
raw
history blame contribute delete
425 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Database
*.db
*.sqlite
*.sqlite3
data/*.db
# Logs
*.log
logs.txt
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Environment
.env
.env.local
# Config (optional)
# config/setting.toml
# Temporary files
*.tmp
*.bak
*.cache