# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
build/
dist/
*.whl

# Virtual environments
.venv/
venv/

# Testing & type checking
.pytest_cache/
.mypy_cache/
.pyright/
htmlcov/
.coverage
.coverage.*

# Environment & secrets
.env
!.env.default
*.pem
*.key
credentials.json
secrets.*

# IDE
.idea/
*.iml
.vscode/

# OS
.DS_Store

# SDK runtime cache
.allsolve_cache/

# Example outputs
example/*/output/