# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/

# Coursera downloads
downloads/
course_data/

# Config files with credentials
config.json

# Logs
*.log
