# Python bytecode / packaging
__pycache__/
*.py[cod]
*$py.class
build/
dist/
*.egg-info/
*.egg
MANIFEST

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
nosetests.xml
junit/

# Type checkers
.mypy_cache/
.dmypy.json
dmypy.json

# Environments
.env
.venv
env/
venv/
ENV/
Scripts/

# IDE
.idea/
.vs

# Nuitka / build
*.build/
*.dist/
*.onefile-build/
nuitka-crash-report.xml

# RimSort
DEBUG
.DS_Store
/todds
steamworks_sdk_*.zip

# Generated by GitHub Actions
version.xml

# Dictionaries
ltex.dictionary*

# Translation cache
.translation_cache.json
