# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Virtual environments
.venv/
venv/
ENV/

# Environment variables
.env
.env.*
!.env.example
!.env.openai.example
!.env.openai-via-or.example
!.env.prod.template

# pytest
.pytest_cache/
htmlcov/
.coverage
*.cover

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

# OS
.DS_Store
Thumbs.db

# Data (büyük / indirilen veri setleri)
data/

# Reports — büyük JSON test çıktıları
reports/*.json

# Docker override (geçici compose dosyaları)
/tmp/compose.override.*.yml

# Byte-compiled / optimized
*.egg-info/
dist/
build/
