Files
coursera-copy/.gitignore
ChenKaiLiuG e25629ed6d Update
2025-12-16 15:07:28 +08:00

20 lines
177 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
# Coursera downloads
downloads/
course_data/
# Config files with credentials
config.json
# Logs
*.log