Files
rio/.gitignore
2025-07-14 19:24:45 +02:00

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