# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.env
.venv
pip-log.txt
pip-delete-this-directory.txt
.pytest_cache/
.coverage
htmlcov/
.coverage.*
*.cover
*.py,cover
.pytest_cache/
.mypy_cache/
.ruff_cache/

# المسارات النسبية للبيانات (مهملة في git)
data/
logs/
*.db
*.sqlite3
*.log

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Build
dist/
build/
*.egg-info/
*.egg
MANIFEST

# Testing
test_output/
test_results/
*.test.log

# Documentation
docs/_build/
docs/api/
site/

# Temporary
tmp/
temp/
*.tmp
*.bak
