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

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
.eggs/
sdist/
wheels/

# Virtual environments
.venv/
venv/
ENV/

# ══════════════════════════════════════════
# ML Models (загружаются из GitHub Releases)
# ══════════════════════════════════════════
*.pt
*.pth
*.onnx
*.pkl
*.h5
models/

# ══════════════════════════════════════════
# IDE
# ══════════════════════════════════════════
.idea/
.vscode/
*.swp
*.swo
*~
.project
.settings/

# ══════════════════════════════════════════
# OS
# ══════════════════════════════════════════
.DS_Store
Thumbs.db
desktop.ini

# ══════════════════════════════════════════
# Testing / Coverage
# ══════════════════════════════════════════
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# ══════════════════════════════════════════
# Misc
# ══════════════════════════════════════════
*.log
.env
.env.local
output/

# ══════════════════════════════════════════
# Tests
# ══════════════════════════════════════════ 

tests/**/*.json
tests/**/*.jpg
tests/**/*.png
tests/**/*.jpeg