# ignore ALL .log files
*.log

# ignore ALL files in ANY directory named temp
.venv/
.DS_Store
.pytest_cache/
__pycache__/
*.pyc