# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg

# Ortam
.env
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Test
.pytest_cache/
.coverage
htmlcov/

# Gemini
.gemini/

checkpoints.sqlite*

# Frontend
frontend/node_modules/
frontend/.next/
frontend/out/
*.log
