You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
288 B

# OS files
.DS_Store
Thumbs.db
ehthumbs.db
Desktop.ini
# IDE
.idea/
*.swp
*.swo
*~
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg
# Virtualenv
venv/
env/
.env
# Logs
logs/
*.log
# Uploads
uploads/
# Output
output/
# Config
config.json
# Git
*.orig