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

# Virtual environments
.venv/
venv/
env/

# uv
# uv.lock is committed for reproducible builds

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local

# Generated (but we commit api/ generated code)
# sdk/src/t0_provider_sdk/api/ is committed

# Cross-test binaries
tests/cross_test/go_helper/go_helper
