# Byte-compiled / optimised / DLL files
__pycache__/
*.py[cod]
*$py.class

# Editor / IDE settings
.spyproject/
.vscode/
.idea/

#OS-specific
.DS_Store
Thumbs.db
[Dd]esktop.ini

#Model files
*.pth
models/

# Distribution / packaging
*.egg-info/
dist/
build/
.eggs/
*.egg

# Jupyter Notebook checkpoints
.ipynb_checkpoints/

# Ruff / linting cache
.ruff_cache/

# pytest cache
.pytest_cache

# Demo data and outputs
data/
output/
*.zip
*.gif

# Coverage reports
.coverage

# Ignore version file generated by setuptools-scm
_version.py

# Test / coverage / CI artifacts
htmlcov/
.tox/
.nox/
.coverage*
.cache/
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.mypy_cache/
