# Python
__pycache__/
*.py[cod]
*.pyd
*.so
.Python

# Environments and tools
.venv/
.tox/
.nox/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.hypothesis/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Builds
build/
dist/
*.egg-info/
site/

# Editors and operating systems
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db

# Local benchmark/runtime outputs
benchmark_artifacts/*
!benchmark_artifacts/.gitkeep
*.onnx
*.engine
*.plan
*.pt
*.pth
*.mp4

# Secrets and environment
.env
.env.*
!.env.example
*.pem
*.key
secrets.*
