# Byte-compiled and cached files
__pycache__/
*.py[cod]
.pytest_cache/
.test-tmp/
.mypy_cache/
.ruff_cache/
.hatch/
.coverage
coverage.xml
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Build artifacts
build/
dist/
*.egg-info/

# Generated project output
/out.vs3
/output/
/view3d/

# Editor and operating-system files
.idea/
.vscode/
.DS_Store
Thumbs.db
