# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class
*.so

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

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

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.hypothesis/
coverage.xml
*.cover

# Type checking
.mypy_cache/
.ruff_cache/
.pyre/
.pytype/

# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints

# IDE
.vscode/
.idea/
*.swp
*~
.DS_Store

# Project
*.log
/data/
!topogeoml/data/
checkpoints/
runs/
wandb/
mlruns/
artifacts/

# Submission / scratch
scratch/
submissions/
*.parquet
*.pkl
*.npz

# OS
Thumbs.db
.DS_Store
