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

# Test/geçici
test_core.py
.pytest_cache/

# Editör / OS
.DS_Store
.idea/
.vscode/
