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

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

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

# IDEs
.idea/
*.swp
*.swo
*~
.DS_Store
.vscode/

# Project specific
.cache/
models/
*.npz
*.onnx
*.rknn
*.pt

# Temporary files
*.tmp
*.bak
*.log

# UV - keep lock file for reproducible builds
.uv/
