# SPDX-License-Identifier: LGPL-3.0-or-later

# Python cache and compiled files
__pycache__/
*.py[cod]
*.pyo
*.pyd

# Byte-compiled and temporary files
*~
*.bak
.DS_Store

# Logs
logs/
*.log

# IPython/Jupyter
.ipynb_checkpoints/

# NumPy arrays and ML artifacts
*.npy
*.npz
*.joblib
*.pkl
*.model

# Artifacts and output files
artifacts/

# Input data
data/

# Build and packaging
molraptor.egg-info/
*.egg-info/
dist/
build/
site/

# VSCode settings
.vscode/

# pytest cache
.pytest_cache/

# Coverage
.coverage
htmlcov/

# MkDocs
.review_site/