الملفات
LLM-Powered-URL-Health-Chec…/.gitignore
2025-09-08 17:06:05 +00:00

24 أسطر
242 B
Plaintext

# Python cache
__pycache__/
*.py[cod]
*.pyo
# Virtual environment
.venv/
env/
venv/
# Jupyter Notebook checkpoints
.ipynb_checkpoints
# Logs
*.log
# Environment variables
.env
.env.*
# OS files
.DS_Store
Thumbs.db