Initial commit: Python learning project with examples and exercises

This commit is contained in:
2025-07-20 17:08:50 +08:00
commit bc7bb56271
111 changed files with 11535 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
# IDE files
.idea/
.vscode/
# Trae AI files
.trae/
# Virtual environment
venv/
.venv/
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
# Temporary files
*.tmp
*.temp
# Build directories
build/
dist/
*.egg-info/