# Python
__pycache__/
*.py[cod]
*.pyd
*.so
*.egg-info/
.eggs/
.pytest_cache/


.vscode/
.idea/
*.iml

# Virtual environments
.venv/
venv/
ENV/
.env/

# Packaging/build outputs
build/
dist/
*.whl
pip-wheel-metadata/

# Test/coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Type check / lint
.mypy_cache/
.ruff_cache/
.pyright/

# Logs
*.log

# OS/editor
.DS_Store
Thumbs.db
.vscode/

# Project-specific
model/dist/
model/build/
model/*.egg-info/
