# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/

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

# Ruff
.ruff_cache/

# OS
.DS_Store
*.log

# Pytest
.cache/
.pytest_cache/

test_jit_api.py