# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# venv
.venv/
venv/
ENV/

# Test / lint
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.mypy_cache/
.ruff_cache/
.dmypy.json
dmypy.json

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

# Jupyter / notebooks
.ipynb_checkpoints/

# Geliştirme çıktıları
tmp/
out/
*.log

# Sürüm araçları
.envrc
