**/.vscode/
**/.idea/

# cache
**/.pytest_cache/
**/.mypy_cache/
**/.ruff_cache/
**/__pycache__/

**/venv/

test/*.ipynb

dist/**
hedging_gym.egg-info/**