mirror of
https://github.com/rio-labs/rio.git
synced 2026-01-06 13:19:51 -06:00
37 lines
396 B
Plaintext
37 lines
396 B
Plaintext
# Python Cache Files
|
|
__pycache__
|
|
*.py[cod]
|
|
|
|
# Rye/Hatch
|
|
build/
|
|
/dist/
|
|
wheels/
|
|
*.egg-info
|
|
/.venv
|
|
/.python-version
|
|
/requirements.lock
|
|
/requirements-dev.lock
|
|
|
|
# Code coverage data
|
|
/.coverage
|
|
/htmlcov
|
|
|
|
# Generated files
|
|
/rio/generated/*
|
|
|
|
# Pytest
|
|
/.pytest_cache
|
|
|
|
# Editor Files
|
|
/.vscode
|
|
|
|
# JavaScript
|
|
/node_modules
|
|
/package-lock.json
|
|
|
|
# Unknown
|
|
/.cache
|
|
|
|
# Thirdparty files, such as icons
|
|
/thirdparty
|