# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
*.eggs
sdist/
develop-eggs/
.installed.cfg

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

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

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

# Distribution
*.tar.gz
*.whl

# Environment
.env
.env.local
*.key
*secrets*

# OS
.DS_Store
Thumbs.db
desktop.ini

# Jupyter
.ipynb_checkpoints/

# NCU profiling reports (large binary files)
*.ncu-rep

# Data files (keep examples small)
*.npz
*.ubj
*.h5
*.pt
*.pth
*.onnx

# Logs
*.log
