Files
Python/.gitignore
T
2025-12-16 09:23:53 +08:00

29 lines
230 B
Plaintext

# IDE files
.idea/
.vscode/
# Trae AI files
.trae/
# 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/