# Data
Data/
data/
BBNDATA/

# Training outputs
saved/
results/
wandb/
log/
**/fig/
baseline/output/

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
venv/
env/

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

# Jupyter
.ipynb_checkpoints/

# IDE
.vscode/
.idea/
*.sublime-workspace
*.sublime-project

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Environment
*.env

# Test and coverage
.pytest_cache/
.mypy_cache/
.tox/
htmlcov/
.coverage
coverage.xml
