الملفات
ghaymah-exam-hassan-yehia-sre/.gitignore

21 أسطر
176 B
Plaintext

# Python virtual environment
venv/
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
# Environment variables
.env
# macOS
.DS_Store
# VS Code
.vscode/
# JetBrains IDEs
.idea/