.env
/.external/

**/__pycache__/
**/logs/*
**/results/*

/.venv/
**/weights*/
**/.pytest_cache/

**/environments/test_environment/
/.ruff_cache/
/.mypy_cache/
/.dmypy.json

# Exceptions
!**/.gitkeep


**/wandb/