الملفات

21 أسطر
177 B
Plaintext

# Python virtual environments
**/venv/
**/.venv/
# Python cache
**/__pycache__/
*.py[cod]
# Environment
.env
.env.*
# VS Code
.vscode/
# OS
.DS_Store
Thumbs.db
# Logs
*.log