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

# Environments
.venv/
venv/
env/

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

# Editors
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# Scratch output from the examples and the test scripts
*.fbx
!tests/data/*.fbx
.fbxkit-*
