# Data and results (not committed)
data/
final_trajectories/
*.npz
*.npy
*.ckpt
*.pt

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg
.eggs/
.Python
pip-log.txt
pip-delete-this-directory.txt

# Auto-generated by hatch-vcs at build time
src/otpfm/_version.py

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

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

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Thumbs.db

# Jupyter
.ipynb_checkpoints/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Documentation
docs/_build/

# Pixi environment
.pixi/

# Logs
*.log
logs/

# Temporary files
tmp/
temp/
*.tmp
*.temp

# Model checkpoints and outputs
checkpoints/
outputs/
runs/
wandb/
