# ==============================================================================
# Python
# ==============================================================================
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
build/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.venv/
venv/
ENV/
env/
env.bak/
venv.bak/

# Testing & Coverage
.pytest_cache/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
*.py,cover
.hypothesis/

# Type checking & Linters
.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/

# Jupyter Notebooks
.ipynb_checkpoints

# ==============================================================================
# Node / JavaScript (packages/sdk-js)
# ==============================================================================
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
packages/sdk-js/dist/

# ==============================================================================
# Machine Learning, Models & Weights
# ==============================================================================
# Large checkpoint files and weights (use Git LFS or object storage if tracking)
*.pt
*.pth
*.bin
*.safetensors
*.onnx
*.engine
checkpoints/
models/
huggingface/
.cache/huggingface/

# Experiment tracking
wandb/

# ==============================================================================
# Environment & Secrets
# ==============================================================================
.env
.env.*
!.env.example
*.pem
*.key

# ==============================================================================
# IDEs & Editors
# ==============================================================================
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.idea/
*.sublime-workspace
*.sublime-project

# ==============================================================================
# Operating System
# ==============================================================================
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
[Dd]esktop.ini

# ==============================================================================
# Logs & Temporary Files
# ==============================================================================
*.log
tmp/
temp/
scratch/
.firebase/
.npmrc
