mirror of
https://github.com/rio-labs/rio.git
synced 2025-12-16 18:25:45 -06:00
39 lines
400 B
Plaintext
39 lines
400 B
Plaintext
# Python Cache Files
|
|
__pycache__
|
|
*.py[cod]
|
|
|
|
# Uv/Hatch
|
|
build/
|
|
/dist/
|
|
wheels/
|
|
*.egg-info
|
|
/.venv
|
|
/uv.lock
|
|
|
|
# Code coverage data
|
|
/.coverage
|
|
/htmlcov
|
|
|
|
# Generated files
|
|
/rio/frontend files/*
|
|
/rio/cli/rio_api_client
|
|
|
|
# Pytest
|
|
/.pytest_cache
|
|
|
|
# Editor Files
|
|
/.vscode
|
|
|
|
# JavaScript
|
|
/node_modules
|
|
/package-lock.json
|
|
|
|
# AI Assistants
|
|
/.claude
|
|
|
|
# Unknown
|
|
/.cache
|
|
|
|
# Thirdparty files, such as icons
|
|
/thirdparty
|