# Docker
*.log

# Testing
test/
downloads/
config/
__pycache__/
*.pyc
.pytest_cache/

# Editor
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db
